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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Class ModelingEnumerationConverter _
    Inherits TypeConverter
'Usage
Dim instance As ModelingEnumerationConverter
public class ModelingEnumerationConverter : TypeConverter
public ref class ModelingEnumerationConverter : public TypeConverter
public class ModelingEnumerationConverter extends TypeConverter

Inheritance Hierarchy

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

Thread Safety

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

See Also

Reference

ModelingEnumerationConverter Members

Microsoft.VisualStudio.Modeling.Design Namespace

FlagEnumerationEditor

TypeConverterAttribute

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.