Application.COMAddIns 属性 (Outlook)

返回表示所有组件对象模型 (COM) 加载当前加载Microsoft Outlook COMAddIns 集合。

语法

表达式COMAddIns

expression:表示 Application 对象的变量。

示例

本 Microsoft Visual Basic for Applications (VBA) 示例显示当前加载的 COM 加载项的数目。

Private Sub CountCOMAddins() 
 
 MsgBox "There are " & _ 
 
 Application.COMAddIns.Count & " COM add-ins." 
 
End Sub

另请参阅

Application 对象

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。