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. |