C# 클래스 GitMenu.Commands.BaseCommand

상속: Microsoft.VisualStudio.Shell.OleMenuCommand
파일 보기 프로젝트 열기: kthompson/gitmenu

보호된 메소드들

메소드 설명
BaseCommand ( CommandID id ) : System
BaseCommand ( CommandID id, string text ) : System
CanExecute ( ) : bool
OnBeforeQueryStatus ( object sender, EventArgs e ) : void
OnExecute ( ) : void

비공개 메소드들

메소드 설명
OnExecute ( object sender, EventArgs e ) : void

메소드 상세

BaseCommand() 보호된 메소드

protected BaseCommand ( CommandID id ) : System
id System.ComponentModel.Design.CommandID
리턴 System

BaseCommand() 보호된 메소드

protected BaseCommand ( CommandID id, string text ) : System
id System.ComponentModel.Design.CommandID
text string
리턴 System

CanExecute() 보호된 메소드

protected CanExecute ( ) : bool
리턴 bool

OnBeforeQueryStatus() 보호된 메소드

protected OnBeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnExecute() 보호된 메소드

protected OnExecute ( ) : void
리턴 void