AddIn Interface
Visual Studio 2015
Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Collection | Returns the collection containing the AddIn object that supports this property. |
![]() | Connected | Gets or sets a value indicating whether an add-in is loaded and connected. |
![]() | Description | Gets or sets a string that represents the description for the AddIn object. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Guid | Gets the GUID for the AddIn object. |
![]() | Name | Gets the name of the AddIn object. |
![]() | Object | Sets or gets the object supporting the specified AddIn object. |
![]() | ProgID | Gets the ProgID based on the add-in's registry entry. |
![]() | SatelliteDllPath | Gets the location of a DLL containing localized resources, if available. |
| Name | Description | |
|---|---|---|
![]() | Remove() | Removes the add-in from the collection of add-ins and makes it unavailable. |
Show:

