C# Class SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs

Event arguments for a single IProgressStep being executed by the IProgressController IProgressEvents
Inheritance: ProgressEventArgs
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
IsProgressIndeterminate ( ) : bool

Returns whether Progress is indeterminate

StepExecutionChangedEventArgs ( IProgressStep step ) : System

Method Details

IsProgressIndeterminate() public méthode

Returns whether Progress is indeterminate
public IsProgressIndeterminate ( ) : bool
Résultat bool

StepExecutionChangedEventArgs() public méthode

public StepExecutionChangedEventArgs ( IProgressStep step ) : System
step IProgressStep
Résultat System