ConfigurationManager.Platform(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Configurations 此配置的。
public:
EnvDTE::Configurations ^ Platform(System::String ^ Name);
[System.Runtime.InteropServices.DispId(8)]
public EnvDTE.Configurations Platform (string Name);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member Platform : string -> EnvDTE.Configurations
Public Function Platform (Name As String) As Configurations
参数
- Name
- String
必需。 要返回的平台设置的名称。
返回
一个 Configurations 集合。
- 属性
注解
Configuration为项目定义的每个项目/项目项配置行名称在集合中都有一个。