AddIns Interface
Visual Studio 2015
Contains all known add-ins.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
Show:

