AddIns Members
Include Protected Members
Include Inherited Members
Contains all add-ins listed in the Add-In Manager dialog box if they are DTE.AddIns, or all of the add-ins loaded by a particular solution if they are ProjectSolution.AddIns.
The AddIns type exposes the following members.
Methods
Name
Description
Adds an add-in to the collection of add-ins loaded when a particular solution loads. It fails if the collection is the DTE.AddIns collection.
Overloaded.
Returns an AddIn object in an AddIns collection.
Updates the collection as if the user opened the Add-in Manager dialog box, or sets the object's window layout to the current window layout.
Top
Properties
Name
Description
Gets a value indicating the number of objects in the AddIns collection.
Gets the top-level extensibility object.
Gets the immediate parent object of a AddIns collection.
Top