SolutionClass::AddIns Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

public:
property AddIns^ AddIns {
	virtual AddIns^ get();
}

Property Value

Type: EnvDTE::AddIns^

The addins.

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

Return to top
Show: