Udostępnij za pośrednictwem


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

Public method

Add

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.

Public method

GetEnumerator

Overloaded.

Public method

Item

Returns an AddIn object in an AddIns collection.

Public method

Update

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

Public property

Count

Gets a value indicating the number of objects in the AddIns collection.

Public property

DTE

Gets the top-level extensibility object.

Public property

Parent

Gets the immediate parent object of a AddIns collection.

Top

See Also

Reference

AddIns Interface

EnvDTE Namespace