C# 클래스 Rubberduck.UI.Command.MenuItems.CommandMenuItemBase

상속: ICommandMenuItem
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
EvaluateCanExecute ( RubberduckParserState state ) : bool

Evaluates current parser state to determine whether command can be executed.

Returns true if not overridden.

보호된 메소드들

메소드 설명
CommandMenuItemBase ( ICommand command ) : System

메소드 상세

CommandMenuItemBase() 보호된 메소드

protected CommandMenuItemBase ( ICommand command ) : System
command ICommand
리턴 System

EvaluateCanExecute() 공개 메소드

Evaluates current parser state to determine whether command can be executed.
Returns true if not overridden.
public EvaluateCanExecute ( RubberduckParserState state ) : bool
state Rubberduck.Parsing.VBA.RubberduckParserState The current parser state.
리턴 bool