
Chapter 13: Extending Visual Studio 2010 | 381 |
///<param term='addInInst'>
///Object representing this
///</param>
///<seealso class='IDTExtensibility2' /> public void OnConnection(
object application, ext_ConnectMode connectMode, object addInInst, ref Array custom)
{
}
///<summary>
///Implements the OnDisconnection method of the
///IDTExtensibility2 interface. Receives notification
///that the
///</summary>
///<param term='disconnectMode'>
///Describes how the
///</param>
///<param term='custom'>
///Array of parameters that are host application specific.
///</param>
///<seealso class='IDTExtensibility2' />
public void OnDisconnection(
ext_DisconnectMode disconnectMode, ref Array custom)
{
}
///<summary>
///Implements the OnAddInsUpdate method of the
///IDTExtensibility2 interface. Receives notification
///when the collection of
///</summary>
///<param term='custom'>
///Array of parameters that are host application specific.
///</param>
///<seealso class='IDTExtensibility2' />
public void OnAddInsUpdate(ref Array custom)
{
}
///<summary>
///Implements the OnStartupComplete method of the
///IDTExtensibility2 interface. Receives notification
///that the host application has completed loading.
///</summary>
///<param term='custom'>