AddIns Interface

Definition

Caution

AddIn related extension points are no longer supported in Visual Studio.

Contains all known add-ins.

C++
public interface class AddIns : System::Collections::IEnumerable
Attributes
Implements

Remarks

Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.

Properties

Count

Gets the number of objects in the AddIns collection.

DTE

Gets the top-level extensibility object.

Parent

Gets the immediate parent object of a AddIns collection.

Methods

Add(String, String, String, Boolean)

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.

GetEnumerator()

Gets an enumerator for items in the collection.

Item(Object)

Returns an AddIn object in an AddIns collection.

Update()

Updates the collection.

Applies to

Proizvod Verzije (Zastarjelo)
Visual Studio SDK 2015, 2017, 2019 (2022)