Compartir a través de


PropertyExtension<TTargetElementType>.ComponentType (Propiedad)

Tipo del componente al que está enlazada esta propiedad.

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Type

Seguridad de .NET Framework

Vea también

Referencia

PropertyExtension<TTargetElementType> Clase

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (Espacio de nombres)