共用方式為


WebTestContext.ControllerName 屬性

取得測試控制器電腦的名稱。

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

語法

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

屬性值

型別:System.String
測試控制器電腦的名稱。

.NET Framework 安全性

請參閱

參考

WebTestContext 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

Working with Agents