VCBuild.Platform 属性

定义

获取或设置要生成的平台的名称。Gets or sets the name of the platform to build for.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Platform { System::String ^ get(); void set(System::String ^ value); };
public string Platform { get; set; }
member this.Platform : string with get, set
Public Property Platform As String

属性值

String

要为其生成的平台的名称。The name of the platform to build for.

适用于