DTEClass.AddIns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information on this property, refer to AddIns.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property EnvDTE::AddIns ^ AddIns { EnvDTE::AddIns ^ get(); };
[System.Runtime.InteropServices.DispId(200)]
public virtual EnvDTE.AddIns AddIns { [System.Runtime.InteropServices.DispId(200)] get; }
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
member this.AddIns : EnvDTE.AddIns
Public Overridable ReadOnly Property AddIns As AddIns
Property Value
The add-ins.
Implements
- Attributes
Remarks
Add-ins are deprecated starting in Visual Studio 2014. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.