共用方式為


RunInfo.AgentMachine 屬性

取得執行測試的電腦名稱。

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

語法

'宣告
Public ReadOnly Property AgentMachine As String
public string AgentMachine { get; }
public:
property String^ AgentMachine {
    String^ get ();
}
member AgentMachine : string with get
function get AgentMachine () : String

屬性值

型別:System.String
string ,其中包含電腦的名稱。

.NET Framework 安全性

請參閱

參考

RunInfo 類別

Microsoft.VisualStudio.TestTools.Common 命名空間

ComputerInfo