AppVeyor.Commands.ShowOptionsCommand.CanExecute C# (CSharp) Method

CanExecute() protected method

protected CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool
command Microsoft.VisualStudio.Shell.OleMenuCommand
return bool
        protected override bool CanExecute(OleMenuCommand command)
        {
            return true;
        }