DesignPropertyDescriptor::PropertyType Property

 

Gets the type of the property.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Type^

The type of the property.

This method calls the base method.

Return to top
Show: