AddIn::Collection Property

 

Returns the collection containing the AddIn object that supports this property.

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

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

Property Value

Type: EnvDTE::AddIns^

An AddIns collection.

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

Return to top
Show: