C# Class GitHub.Services.StatusBarNotificationService

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

Méthodes publiques

Méthode Description
ShowError ( string message ) : void
ShowMessage ( string message ) : void
ShowMessage ( string message, ICommand command ) : void
ShowWarning ( string message ) : void

Private Methods

Méthode Description
ShowText ( string text ) : void
StatusBarNotificationService ( [ serviceProvider ) : GitHub.Extensions

Method Details

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

ShowWarning() public méthode

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