C# Class GitHub.Services.TeamExplorerServices

Inheritance: ITeamExplorerServices
Datei anzeigen Open project: github/VisualStudio

Public Methods

Method Description
ClearNotifications ( ) : void
ShowError ( string message ) : void
ShowMessage ( string message ) : void
ShowMessage ( string message, ICommand command ) : void
ShowPublishSection ( ) : void
ShowWarning ( string message ) : void

Private Methods

Method Description
TeamExplorerServices ( [ serviceProvider ) : System

Method Details

ClearNotifications() public method

public ClearNotifications ( ) : void
return void

ShowError() public method

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

ShowMessage() public method

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

ShowMessage() public method

public ShowMessage ( string message, ICommand command ) : void
message string
command ICommand
return void

ShowPublishSection() public method

public ShowPublishSection ( ) : void
return void

ShowWarning() public method

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