TestRun.BuildPlatform 属性

获取或设置运行测试的生成平台。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Property BuildPlatform As String
    Get
    Set
public string BuildPlatform { get; set; }
public:
property String^ BuildPlatform {
    String^ get ();
    void set (String^ value);
}
member BuildPlatform : string with get, set
function get BuildPlatform () : String
function set BuildPlatform (value : String)

属性值

类型:System.String
版本平台

.NET Framework 安全性

请参见

参考

TestRun 类

Microsoft.VisualStudio.TestTools.Common 命名空间