Condividi tramite


Proprietà PropertyExtension<TTargetElementType>.ComponentType

Tipo di componente a cui è associata questa proprietà.

Spazio dei nomi:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Type

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyExtension<TTargetElementType> Classe

Spazio dei nomi Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer