DTEClass::AddIns Property

 

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

For more information on this property, refer to AddIns.

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

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

Property Value

Type: EnvDTE::AddIns^

The add-ins.

Implements

_DTE::AddIns

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

Return to top
Show: