_Global.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.
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 Microsoft Word add-in libraries (WLLs) listed in the Templates and Add-ins dialog box (Tools menu).