ElementPropertyDescriptor.PropertyType Property
Gets the property type of the described property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PropertyType As Type
'Usage
Dim instance As ElementPropertyDescriptor
Dim value As Type
value = instance.PropertyType
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
Type^ get () override;
}
public 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
ElementPropertyDescriptor Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |