This topic has not yet been rated - Rate this topic

IDTExtensibility2 Interface

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

Namespace:  Extensibility
Assembly:  Extensibility (in Extensibility.dll)
[GuidAttribute("B65AD801-ABAF-11D0-BB8B-00A0C90F2744")]
public interface IDTExtensibility2

The IDTExtensibility2 type exposes the following members.

  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

IDTExtensibility2 contains methods that act as events when the interface is implemented. Visual Studio calls these methods whenever an event that affects an add-in occurs, such as when it is loaded or unloaded, whenever a change is made to it, and so forth.

public class Connect : Object, IDTExtensibility2
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement