_Application.COMAddIns 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 reference to the COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Word.
public:
property Microsoft::Office::Core::COMAddIns ^ COMAddIns { Microsoft::Office::Core::COMAddIns ^ get(); };
public Microsoft.Office.Core.COMAddIns COMAddIns { get; }
member this.COMAddIns : Microsoft.Office.Core.COMAddIns
Public ReadOnly Property COMAddIns As COMAddIns
Property Value
Remarks
These are listed in the COM Add-Ins dialog box. You can add the COM Add-Ins command to your Tools menu by using the Customize dialog box (Tools menu).