共用方式為


UITestEventArgs 建構函式

使用提供的使用者介面 (UI) 測試,初始化 UITestEventArgs 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    uiTest As UITest _
)
public UITestEventArgs(
    UITest uiTest
)
public:
UITestEventArgs(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestEventArgs
public function UITestEventArgs(
    uiTest : UITest
)

參數

.NET Framework 安全性

請參閱

參考

UITestEventArgs 類別

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

UITest