ElementPropertyDescriptor::Converter Property
Visual Studio 2015
Gets the converter for the described property.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
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.
Show: