C# Class GitHub.Services.TeamExplorerServices

Inheritance: ITeamExplorerServices
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode 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

Méthode Description
TeamExplorerServices ( [ serviceProvider ) : System

Method Details

ClearNotifications() public méthode

public ClearNotifications ( ) : void
Résultat void

ShowError() public méthode

public ShowError ( string message ) : void
message string
Résultat void

ShowMessage() public méthode

public ShowMessage ( string message ) : void
message string
Résultat void

ShowMessage() public méthode

public ShowMessage ( string message, ICommand command ) : void
message string
command ICommand
Résultat void

ShowPublishSection() public méthode

public ShowPublishSection ( ) : void
Résultat void

ShowWarning() public méthode

public ShowWarning ( string message ) : void
message string
Résultat void