_Application.AddIns Property

Definition

Returns a AddIns collection that represents all available add-ins, regardless of whether they're currently loaded.

public:
 property Microsoft::Office::Interop::Word::AddIns ^ AddIns { Microsoft::Office::Interop::Word::AddIns ^ get(); };
public Microsoft.Office.Interop.Word.AddIns AddIns { get; }
member this.AddIns : Microsoft.Office.Interop.Word.AddIns
Public ReadOnly Property AddIns As AddIns

Property Value

Remarks

The AddIns collection includes the global templates and Word add-in libraries (WLLs) listed in the Templates and Add-ins dialog box (Tools menu).

Applies to