PropertyExtension<TTargetElementType>.ComponentType Property

The type of the component this property is bound to.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ComponentType As Type
public override sealed Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
    Type^ get () override sealed;
}
abstract ComponentType : Type with get 
override ComponentType : Type with get
override final function get ComponentType () : Type

Property Value

Type: Type

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace