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

Event arguments for cancellation support changes
상속: ProgressEventArgs
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
CancellationSupportChangedEventArgs ( bool cancellable ) : System

Constructs event arguments used to update cancellable state of the controller

메소드 상세

CancellationSupportChangedEventArgs() 공개 메소드

Constructs event arguments used to update cancellable state of the controller
public CancellationSupportChangedEventArgs ( bool cancellable ) : System
cancellable bool Latest cancellability state
리턴 System