Freigeben über


DataViewPropertyDescriptor.PropertyType-Eigenschaft

Ruft den Typ der Eigenschaft ab.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

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

Eigenschaftswert

Typ: Type
Type, das den Typ der Eigenschaft darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataViewPropertyDescriptor Klasse

Microsoft.VisualStudio.Data.Framework-Namespace