C# 클래스 AppVeyor.Commands.Base.DynamicCommand

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

공개 메소드들

메소드 설명
DynamicCommand ( IServiceProvider serviceProvider, EventHandler onExecute, CommandID id ) : System

Initializes a new instance of the DynamicCommand class.

보호된 메소드들

메소드 설명
CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool

Determines whether this instance can execute the specified command.

OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Called when [before query status].

메소드 상세

CanExecute() 보호된 메소드

Determines whether this instance can execute the specified command.
protected CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool
command Microsoft.VisualStudio.Shell.OleMenuCommand The command.
리턴 bool

DynamicCommand() 공개 메소드

Initializes a new instance of the DynamicCommand class.
public DynamicCommand ( IServiceProvider serviceProvider, EventHandler onExecute, CommandID id ) : System
serviceProvider IServiceProvider The service provider.
onExecute EventHandler The on execute delegate.
id System.ComponentModel.Design.CommandID The command id.
리턴 System

OnBeforeQueryStatus() 보호된 메소드

Called when [before query status].
protected OnBeforeQueryStatus ( object sender, EventArgs e ) : void
sender object The sender.
e System.EventArgs The instance containing the event data.
리턴 void