共用方式為


LoadTestContext.IsLocalRun 屬性

取得值,指出此測試是在本機執行或由遠端執行。

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

語法

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

屬性值

型別:System.Boolean
如果此測試是在本機執行,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

LoadTestContext 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間