共用方式為


UITestProgressEventArgs 建構函式 (Int32, UITestAction)

使用提供的值和測試動作,初始化 UITestProgressEventArgs 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    thinkTime As Integer, _
    action As UITestAction _
)
public UITestProgressEventArgs(
    int thinkTime,
    UITestAction action
)
public:
UITestProgressEventArgs(
    int thinkTime, 
    UITestAction^ action
)
new : 
        thinkTime:int * 
        action:UITestAction -> UITestProgressEventArgs
public function UITestProgressEventArgs(
    thinkTime : int, 
    action : UITestAction
)

參數

  • thinkTime
    型別:System.Int32
    對關聯的動作設定的考慮時間數秒。

.NET Framework 安全性

請參閱

參考

UITestProgressEventArgs 類別

UITestProgressEventArgs 多載

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

UITestAction