Partager via


DebugModeConverter Class

Converts DebugMode values to and from enumeration types and strings.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public Class DebugModeConverter _
    Inherits EnumConverter

Dim instance As DebugModeConverter
public class DebugModeConverter : EnumConverter
public ref class DebugModeConverter : public EnumConverter
public class DebugModeConverter extends EnumConverter

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    System.ComponentModel.EnumConverter
      Microsoft.VisualStudio.Package.DebugModeConverter

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

DebugModeConverter Members

Microsoft.VisualStudio.Package Namespace