C# 클래스 GitHub.Services.StatusBarNotificationService

상속: IStatusBarNotificationService
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
ShowError ( string message ) : void
ShowMessage ( string message ) : void
ShowMessage ( string message, ICommand command ) : void
ShowWarning ( string message ) : void

비공개 메소드들

메소드 설명
ShowText ( string text ) : void
StatusBarNotificationService ( [ serviceProvider ) : GitHub.Extensions

메소드 상세

ShowError() 공개 메소드

public ShowError ( string message ) : void
message string
리턴 void

ShowMessage() 공개 메소드

public ShowMessage ( string message ) : void
message string
리턴 void

ShowMessage() 공개 메소드

public ShowMessage ( string message, ICommand command ) : void
message string
command ICommand
리턴 void

ShowWarning() 공개 메소드

public ShowWarning ( string message ) : void
message string
리턴 void