Partager via


PlatformTypeConverter Class

Converts PlatformType values to and from strings.

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

Syntax

Public Class PlatformTypeConverter _
    Inherits EnumConverter

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

Inheritance Hierarchy

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

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

PlatformTypeConverter Members

Microsoft.VisualStudio.Package Namespace