Application.COMAddIns Property
Visio Automation Reference |
Returns a reference to the COMAddIns collection that represents all the Component Object Model (COM) add-ins currently registered in Microsoft Office Visio. Read-only.
Version Information
Version Added: Visio 2002
Syntax
expression.COMAddIns
expression A variable that represents an Application object.
Return Value
Object
Remarks
The COM add-ins that are currently registered are listed in the COM Add-Ins dialog box (on the Tools menu, point to Macros, and then click COM Add-ins).
To get information about the object returned by the COMAddIns property:
- On the Tools menu, point to Macros, and then click Visual Basic Editor.
- On the View menu, click Object Browser.
- In the Project/Library list, click Office.
- Under Classes, examine the class named COMAddIns.
Example
This macro shows how to use the COMAddIns property to list the COM add-ins registered with Visio.
Visual Basic for Applications |
---|
|
See Also