共用方式為


IUITestBuilder.UITest 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得關聯的使用者介面測試。

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

語法

'宣告
ReadOnly Property UITest As UITest
    Get
UITest UITest { get; }
property UITest^ UITest {
    UITest^ get ();
}
abstract UITest : UITest
function get UITest () : UITest

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITest
相關聯的使用者介面測試。

.NET Framework 安全性

請參閱

參考

IUITestBuilder 介面

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

UITest