C# 클래스 SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs

Event arguments for a single IProgressStep being executed by the IProgressController IProgressEvents
상속: ProgressEventArgs
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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