AddIn.Collection Property

Definition

Returns the collection containing the AddIn object that supports this property.

public:
 property EnvDTE::AddIns ^ Collection { EnvDTE::AddIns ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.AddIns Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.AddIns
Public ReadOnly Property Collection As AddIns

Property Value

An AddIns collection.

Attributes

Remarks

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

Applies to