COMAddIns 接口

定义

对象的集合 COMAddIns ,这些对象提供有关在 Windows 注册表中注册的 COM 加载项的信息。

public interface class COMAddIns : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0339-0000-0000-C000-000000000046")]
public interface COMAddIns : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0339-0000-0000-C000-000000000046")>]
type COMAddIns = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface COMAddIns
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

使用 Application 对象的 COMAddIns 属性可返回 Microsoft Office 主机应用程序的 COMAddIns 集合。 此集合包含可用于给定 Office 主机应用程序的所有 COM 加载项,COMAddinsCount 集合的 属性返回可用 COM 加载项的数量。

Update()使用 COMAddins 集合的 方法从 Windows 注册表刷新 COM 加载项列表。

使用 COMAddIns.Item (index) ,其中 index 是返回 COMAddIns 集合中该位置的 COM 加载项的序号值,或者表示指定 COM 外接程序的 ProgID 的 String 值。

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Count

返回一个 Integer 类型的值,该值指示指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Parent

返回指定对象的父对象。

方法

GetEnumerator()

对象的集合 COMAddIns ,这些对象提供有关在 Windows 注册表中注册的 COM 加载项的信息。

Item(Object)

返回指定 COMAddIns 集合的成员。

SetAppModal(Boolean)

仅供内部使用。

Update()

从 Windows 注册表中存储的COMAddIns加载项列表中汇报集合的内容。

适用于