C# Class VSSonarQubeStandalone.Helpers.VsStatusBarDummy

Inheritance: IVSSStatusBar
ファイルを表示 Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Public Methods

Method Description
DisplayAndShowIcon ( string message ) : void
DisplayAndShowProgress ( string message ) : void
DisplayMessage ( string message ) : void
ShowIcons ( ) : void

Method Details

DisplayAndShowIcon() public method

public DisplayAndShowIcon ( string message ) : void
message string
return void

DisplayAndShowProgress() public method

public DisplayAndShowProgress ( string message ) : void
message string
return void

DisplayMessage() public method

public DisplayMessage ( string message ) : void
message string
return void

ShowIcons() public method

public ShowIcons ( ) : void
return void