Solution3::AddIns Property

 

Gets an AddIns collection, which contains all currently available add-ins associated with the solution.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property AddIns^ AddIns {
	AddIns^ get();
}

Property Value

Type: EnvDTE::AddIns^

An AddIns collection.

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

No code example is currently available or this language may not be supported.
Return to top
Show: