C# Class VCFileUtils.Integration.Commands.BaseCommand

Inheritance: Microsoft.VisualStudio.Shell.OleMenuCommand
显示文件 Open project: reloZid/vc-fileutils

Protected Methods

Method Description
BaseCommand ( VCFileUtilsPackage package, CommandID id ) : System
OnBeforeQueryStatus ( ) : void
OnExecute ( ) : void

Private Methods

Method Description
BaseCommand_BeforeQueryStatus ( object sender, EventArgs e ) : void
BaseCommand_Execute ( object sender, EventArgs e ) : void

Method Details

BaseCommand() protected method

protected BaseCommand ( VCFileUtilsPackage package, CommandID id ) : System
package VCFileUtilsPackage
id System.ComponentModel.Design.CommandID
return System

OnBeforeQueryStatus() protected method

protected OnBeforeQueryStatus ( ) : void
return void

OnExecute() protected method

protected OnExecute ( ) : void
return void