Udostępnij za pośrednictwem


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
    Get
public override sealed Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
    Type^ get () override sealed;
}
abstract ComponentType : Type
override ComponentType : Type
override final function get ComponentType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace