ModelingEnumerationConverter Class

 

Provides a type converter that converts between values of domain enumerations and text.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  System.ComponentModel::TypeConverter
    Microsoft.VisualStudio.Modeling.Design::ModelingEnumerationConverter

public ref class ModelingEnumerationConverter : TypeConverter

NameDescription
System_CAPS_pubmethodModelingEnumerationConverter(DomainPropertyInfo^, Char)

Initializes a new instance of the ModelingEnumerationConverter class for the specified domain property.

NameDescription
System_CAPS_protpropertyComparer

Gets an IComparer object that can order the values of the enumeration.

System_CAPS_protpropertyValues

Gets a collection of the values of the constants in the enumeration.

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

Indicates whether this converter can convert an object in the given source type to a domain enumeration object by using the specified context.(Overrides TypeConverter::CanConvertFrom(ITypeDescriptorContext^, Type^).)

System_CAPS_pubmethodCanConvertFrom(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(ITypeDescriptorContext^, Type^)

Indicates whether this converter can convert the domain enumeration object to the specified type by using the specified context.(Overrides TypeConverter::CanConvertTo(ITypeDescriptorContext^, Type^).)

System_CAPS_pubmethodCanConvertTo(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the specified value object to a domain enumeration object by using the specified context.(Overrides TypeConverter::ConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^).)

System_CAPS_pubmethodConvertFrom(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(ITypeDescriptorContext^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

Converts the domain enumeration object to the specified type by using the specified context.(Overrides TypeConverter::ConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^).)

System_CAPS_pubmethodConvertTo(Object^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(IDictionary^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(ITypeDescriptorContext^, IDictionary^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetConvertFromException(Object^)

(Inherited from TypeConverter.)

System_CAPS_protmethodGetConvertToException(Object^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^)

Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.(Overrides TypeConverter::GetStandardValues(ITypeDescriptorContext^).)

System_CAPS_pubmethodGetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive(ITypeDescriptorContext^)

Indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list, by using the specified context.(Overrides TypeConverter::GetStandardValuesExclusive(ITypeDescriptorContext^).)

System_CAPS_pubmethodGetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported(ITypeDescriptorContext^)

Indicates whether this object supports a standard set of values that can be picked from a list, by using the specified context.(Overrides TypeConverter::GetStandardValuesSupported(ITypeDescriptorContext^).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodIsValid(Object^)

(Inherited from TypeConverter.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSortProperties(PropertyDescriptorCollection^, array<String^>^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: