Propriedade PropertyExtension<TTargetElementType>.PropertyType

Obtém o tipo da propriedade (o padrão é typeof(string)).

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property PropertyType As Type
    Get
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get () override;
}
abstract PropertyType : Type
override PropertyType : Type
override function get PropertyType () : Type

Valor de propriedade

Tipo: System.Type

Segurança do .NET Framework

Consulte também

Referência

PropertyExtension<TTargetElementType> Classe

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer