Метод | Описание | |
---|---|---|
Exec ( string commandName, vsCommandExecOption executeOption, object &variantIn, object &variantOut, bool &handled ) : void |
Execs the specified command name.
|
|
OnAddInsUpdate ( |
Called when [add ins update].
|
|
OnBeginShutdown ( |
Called when [begin shutdown].
|
|
OnConnection ( object application, ext_ConnectMode connectMode, object addInInst, |
Called when [connection].
|
|
OnDisconnection ( ext_DisconnectMode removeMode, |
Called when [disconnection].
|
|
OnStartupComplete ( |
Called when [startup complete].
|
|
QueryStatus ( string commandName, vsCommandStatusTextWanted neededText, vsCommandStatus &status, object &commandText ) : void |
Queries the status.
|
Метод | Описание | |
---|---|---|
AddCommandBar ( string commandName ) : CommandBar |
Adds the command bar.
|
|
AddMenuItem ( VSCommandInfo commandInfo ) : void |
Add item to the menu.
|
|
AfterStartUp ( ) : void |
After the start up.
|
|
CommandManager ( ) : System |
Initializes a new instance of the CommandManager class.
|
|
DeleteCommand ( string commandName ) : void |
Deletes the command.
|
|
Initialize ( ) : void |
Initializes this instance.
|
|
ListAllCommands ( ) : void |
Lists all commands.
|
|
RemoveMenuItem ( string menuItemName ) : void |
Removes the menu item.
|
|
StartUp ( ) : void |
Starts up.
|
|
UISetup ( ) : void |
UIs the setup.
|
protected AddCommandBar ( string commandName ) : CommandBar | ||
commandName | string | Name of the command. |
Результат | CommandBar |
protected AddMenuItem ( VSCommandInfo commandInfo ) : void | ||
commandInfo | VSCommandInfo | The command info. |
Результат | void |
protected DeleteCommand ( string commandName ) : void | ||
commandName | string | Name of the command. |
Результат | void |
public Exec ( string commandName, vsCommandExecOption executeOption, object &variantIn, object &variantOut, bool &handled ) : void | ||
commandName | string | ProjectName of the command. |
executeOption | vsCommandExecOption | The execute option. |
variantIn | object | The variant in. |
variantOut | object | The variant out. |
handled | bool | if set to |
Результат | void |
public OnAddInsUpdate ( |
||
custom | The custom. | |
Результат | void |
public OnBeginShutdown ( |
||
custom | The custom. | |
Результат | void |
public OnConnection ( object application, ext_ConnectMode connectMode, object addInInst, |
||
application | object | The application. |
connectMode | ext_ConnectMode | The connect mode. |
addInInst | object | The add in instance. |
custom | The custom. | |
Результат | void |
public OnDisconnection ( ext_DisconnectMode removeMode, |
||
removeMode | ext_DisconnectMode | The remove mode. |
custom | The custom. | |
Результат | void |
public OnStartupComplete ( |
||
custom | The custom. | |
Результат | void |
public QueryStatus ( string commandName, vsCommandStatusTextWanted neededText, vsCommandStatus &status, object &commandText ) : void | ||
commandName | string | ProjectName of the command. |
neededText | vsCommandStatusTextWanted | The needed text. |
status | vsCommandStatus | The status option. |
commandText | object | The command text. |
Результат | void |
protected RemoveMenuItem ( string menuItemName ) : void | ||
menuItemName | string | Name of the menu item. |
Результат | void |