Solution2.AddIns Property

Definition

Caution

AddIn related extension points are no longer supported in Visual Studio.

Gets an AddIns collection, which contains all currently available add-ins associated with the solution.

public:
 property EnvDTE::AddIns ^ AddIns { EnvDTE::AddIns ^ get(); };
[System.Runtime.InteropServices.DispId(32)]
public EnvDTE.AddIns AddIns { [System.Runtime.InteropServices.DispId(32)] get; }
[System.Runtime.InteropServices.DispId(32)]
[System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")]
public EnvDTE.AddIns AddIns { [System.Runtime.InteropServices.DispId(32)] get; }
[<System.Runtime.InteropServices.DispId(32)>]
[<get: System.Runtime.InteropServices.DispId(32)>]
member this.AddIns : EnvDTE.AddIns
[<System.Runtime.InteropServices.DispId(32)>]
[<get: System.Runtime.InteropServices.DispId(32)>]
[<System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")>]
member this.AddIns : EnvDTE.AddIns
Public ReadOnly Property AddIns As AddIns

Property Value

An AddIns collection.

Implements

Attributes

Remarks

Only registered add-ins appear in the AddIns collection, and they load and unload when the solution loads and unloads.

Applies to