ElementPropertyDescriptor.PropertyType Property

Gets the property type of the described property.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.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

Property Value

Type: Type
The property type of the described property.

Remarks

The property type is specified in the domainProperty parameter in the constructor.

.NET Framework Security

See Also

Reference

ElementPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace

ElementPropertyDescriptor

DomainPropertyInfo