UITestProgressEventArgs コンストラクター (Int32, Int32, UITestAction)
指定した手順番号、合計手順数、およびテスト アクションを使用して、UITestProgressEventArgs クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
'宣言
Public Sub New ( _
currentStep As Integer, _
totalSteps As Integer, _
action As UITestAction _
)
public UITestProgressEventArgs(
int currentStep,
int totalSteps,
UITestAction action
)
public:
UITestProgressEventArgs(
int currentStep,
int totalSteps,
UITestAction^ action
)
new :
currentStep:int *
totalSteps:int *
action:UITestAction -> UITestProgressEventArgs
public function UITestProgressEventArgs(
currentStep : int,
totalSteps : int,
action : UITestAction
)
パラメーター
- currentStep
型: System.Int32
現在のステップの番号。
- totalSteps
型: System.Int32
合計ステップ数。
- action
型: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
UITestAction オブジェクト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
UITestProgressEventArgs オーバーロード