TestRunConfiguration.IsExecutedRemotely 屬性

取得或設定布林值,指出是否必須遠端執行測試回合。

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

語法

'宣告
Public Property IsExecutedRemotely As Boolean
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

屬性值

型別:System.Boolean
如果必須在遠端執行測試回合則為 true ,否則為false。

.NET Framework 安全性

請參閱

參考

TestRunConfiguration 類別

Microsoft.VisualStudio.TestTools.Common 命名空間