ElementPropertyDescriptor.PropertyType Property
Gets the property type of the described property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.Type
The property type of the described property.
Remarks
The property type is specified in the domainProperty parameter in the constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ElementPropertyDescriptor Class