TestRun.BuildPlatform 屬性

取得或設定執行測試的組建平台。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Property BuildPlatform As String
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 命名空間