IDTExtensibility2 Members

Include Protected Members
Include Inherited Members

Hosts the event notifications that occur to add-ins, such as when they are loaded, unloaded, updated, and so forth.

The IDTExtensibility2 type exposes the following members.

Methods

 

Name

Description

Public method

OnAddInsUpdate

Occurs whenever an add-in is loaded or unloaded from the Visual Studio integrated development environment (IDE).

Public method

OnBeginShutdown

Occurs whenever the Visual Studio integrated development environment (IDE) shuts down while an add-in is running.

Public method

OnConnection

Occurs whenever an add-in is loaded into Visual Studio.

Public method

OnDisconnection

Occurs whenever an add-in is unloaded from Visual Studio.

Public method

OnStartupComplete

Occurs whenever an add-in, which is set to load when Visual Studio starts, loads.

Top

See Also

Reference

IDTExtensibility2 Interface

Extensibility Namespace