Share via


DTEClass.AddIns Property

Definition

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.

Applies to