共用方式為


AgentContext.IsRemote 屬性

取得值,指出這個代理程式內容是否在遠端執行。

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

語法

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

屬性值

類型:Boolean
如果這個代理程式內容是在遠端執行,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

AgentContext 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間