AppVeyor.Commands.Base.DynamicCommand.CanExecute C# (CSharp) Method

CanExecute() protected method

Determines whether this instance can execute the specified command.
protected CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool
command Microsoft.VisualStudio.Shell.OleMenuCommand The command.
return bool
        protected virtual bool CanExecute(OleMenuCommand command)
        {
            return true;
        }