C# Класс SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs

Event arguments for a single IProgressStep being executed by the IProgressController IProgressEvents
Наследование: ProgressEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsProgressIndeterminate ( ) : bool

Returns whether Progress is indeterminate

StepExecutionChangedEventArgs ( IProgressStep step ) : System

Описание методов

IsProgressIndeterminate() публичный Метод

Returns whether Progress is indeterminate
public IsProgressIndeterminate ( ) : bool
Результат bool

StepExecutionChangedEventArgs() публичный Метод

public StepExecutionChangedEventArgs ( IProgressStep step ) : System
step IProgressStep
Результат System