ElementPropertyDescriptor::Converter Property

 

Gets the converter for 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 TypeConverter^ Converter {
	virtual TypeConverter^ get() override;
}

Property Value

Type: System.ComponentModel::TypeConverter^

A converter for converting values to and from the type of the described property.

If the described property is an enumeration and the TypeConverterAttribute attribute is not applied to either the type of the property or the DomainPropertyInfo that is used to create this descriptor, then a ModelingEnumerationConverter is returned.

Return to top
Show: