AddIns::Add Method (String^, String^, String^, Boolean)
Visual Studio 2015
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.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ProgID
-
Type:
System::String^
Required. The ProgID of the add-in to add to the collection.
- Description
-
Type:
System::String^
Required. A description for the add-in to add to the collection.
- Name
-
Type:
System::String^
Required. The name of the add-in to add to the collection.
- Connected
-
Type:
System::Boolean
Required. Indicates whether the add-in is currently loaded.
Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
Show: