Partager via


PlatformType Enumeration

Defines the version of the CLR that is appropriate to the project.

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

Syntax

<PropertyPageTypeConverterAttribute(GetType(PlatformTypeConverter))> _
Public Enumeration PlatformType

Dim instance As PlatformType
[PropertyPageTypeConverterAttribute(typeof(PlatformTypeConverter))]
public enum PlatformType
[PropertyPageTypeConverterAttribute(typeof(PlatformTypeConverter))]
public enum class PlatformType
public enum PlatformType

Members

Member name Description
notSpecified Not specified.
v1 Version 1.0.
v11 Version 1.1.
v2 Version 2.0.
cli1 CLI1.

See Also

Reference

Microsoft.VisualStudio.Package Namespace