Метод | Описание | |
---|---|---|
Exec ( string cmdName, vsCommandExecOption executeOption, object &varIn, object &varOut, bool &handled ) : void | ||
OnAddInsUpdate ( System &custom ) : void | ||
OnBeginShutdown ( System &custom ) : void | ||
OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void | ||
OnDisconnection ( Extensibility RemoveMode, System &custom ) : void | ||
OnStartupComplete ( System &custom ) : void | ||
QueryStatus ( string cmdName, vsCommandStatusTextWanted neededText, vsCommandStatus &statusOption, object &commandText ) : void |
Метод | Описание | |
---|---|---|
AddPermanentUI ( ) : void | ||
InitializeAddIn ( ) : void |
public Exec ( string cmdName, vsCommandExecOption executeOption, object &varIn, object &varOut, bool &handled ) : void | ||
cmdName | string | |
executeOption | vsCommandExecOption | |
varIn | object | |
varOut | object | |
handled | bool | |
Результат | void |
public OnAddInsUpdate ( System &custom ) : void | ||
custom | System | |
Результат | void |
public OnBeginShutdown ( System &custom ) : void | ||
custom | System | |
Результат | void |
public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void | ||
application | object | |
connectMode | Extensibility | |
addInInst | object | |
custom | System | |
Результат | void |
public OnDisconnection ( Extensibility RemoveMode, System &custom ) : void | ||
RemoveMode | Extensibility | |
custom | System | |
Результат | void |
public OnStartupComplete ( System &custom ) : void | ||
custom | System | |
Результат | void |
public QueryStatus ( string cmdName, vsCommandStatusTextWanted neededText, vsCommandStatus &statusOption, object &commandText ) : void | ||
cmdName | string | |
neededText | vsCommandStatusTextWanted | |
statusOption | vsCommandStatus | |
commandText | object | |
Результат | void |