C# Class Rubberduck.UI.Command.MenuItems.CommandMenuItemBase

Inheritance: ICommandMenuItem
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
EvaluateCanExecute ( RubberduckParserState state ) : bool

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

Returns true if not overridden.

Méthodes protégées

Méthode Description
CommandMenuItemBase ( ICommand command ) : System

Method Details

CommandMenuItemBase() protected méthode

protected CommandMenuItemBase ( ICommand command ) : System
command ICommand
Résultat System

EvaluateCanExecute() public méthode

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.
Résultat bool