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)

public:
property Type^ PropertyType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The property type of the described property.

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

Return to top
Show: