Поделиться через


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
    Общее число шагов.

Безопасность платформы .NET Framework

См. также

Ссылки

UITestProgressEventArgs Класс

UITestProgressEventArgs - перегрузка

Microsoft.VisualStudio.TestTools.UITest.Common - пространство имен

UITestAction