메소드 | 설명 | |
---|---|---|
Connect ( ) : System |
Implements the constructor for the Add-in object. Place your initialization code within this method.
|
|
OnAddInsUpdate ( |
Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification when the collection of Add-ins has changed.
|
|
OnBeginShutdown ( |
Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application is being unloaded.
|
|
OnConnection ( object application, ext_ConnectMode connectMode, object addInInst, |
Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being loaded.
|
|
OnDisconnection ( ext_DisconnectMode disconnectMode, |
Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being unloaded.
|
|
OnStartupComplete ( |
Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application has completed loading.
|
public OnBeginShutdown ( |
||
custom | ||
리턴 | void |
public OnConnection ( object application, ext_ConnectMode connectMode, object addInInst, |
||
application | object | |
connectMode | ext_ConnectMode | |
addInInst | object | |
custom | ||
리턴 | void |
public OnDisconnection ( ext_DisconnectMode disconnectMode, |
||
disconnectMode | ext_DisconnectMode | |
custom | ||
리턴 | void |
public OnStartupComplete ( |
||
custom | ||
리턴 | void |