C# Class AsposeVisualStudioPluginCells.Connect

Inheritance: Extensibility.IDTExtensibility2, IDTCommandTarget
Show file Open project: aspose-cells/Aspose.Cells-for-.NET

Public Methods

Method Description
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

Private Methods

Method Description
AddPermanentUI ( ) : void
InitializeAddIn ( ) : void

Method Details

Exec() public method

public Exec ( string cmdName, vsCommandExecOption executeOption, object &varIn, object &varOut, bool &handled ) : void
cmdName string
executeOption vsCommandExecOption
varIn object
varOut object
handled bool
return void

OnAddInsUpdate() public method

public OnAddInsUpdate ( System &custom ) : void
custom System
return void

OnBeginShutdown() public method

public OnBeginShutdown ( System &custom ) : void
custom System
return void

OnConnection() public method

public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void
application object
connectMode Extensibility
addInInst object
custom System
return void

OnDisconnection() public method

public OnDisconnection ( Extensibility RemoveMode, System &custom ) : void
RemoveMode Extensibility
custom System
return void

OnStartupComplete() public method

public OnStartupComplete ( System &custom ) : void
custom System
return void

QueryStatus() public method

public QueryStatus ( string cmdName, vsCommandStatusTextWanted neededText, vsCommandStatus &statusOption, object &commandText ) : void
cmdName string
neededText vsCommandStatusTextWanted
statusOption vsCommandStatus
commandText object
return void