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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。