_DTE::AddIns Property

 

Gets the AddIns collection, which contains all currently available add-ins.

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

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

Property Value

Type: EnvDTE::AddIns^

A AddIns collection.

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

Return to top
Show: