IEnumContextProps 接口 (objidlbase.h)
提供一种机制,用于枚举与 COM+ 对象上下文关联的上下文属性。
继承
IEnumContextProps 接口继承自 IUnknown 接口。 IEnumContextProps 还具有以下类型的成员:
方法
IEnumContextProps 接口包含以下方法。
IEnumContextProps::Clone IEnumContextProps::Clone (objidlbase.h) 方法创建一个新的枚举器,其中包含与当前枚举状态相同的枚举器。 |
IEnumContextProps::Count IEnumContextProps::Count (objidlbase.h) 方法检索上下文中的上下文属性数。 |
IEnumContextProps::Next IEnumContextProps::Next (objidlbase.h) 方法检索枚举序列中指定数量的项。 |
IEnumContextProps::Reset IEnumContextProps::Reset (objidlbase.h) 方法将枚举序列重置为开头。 |
IEnumContextProps::Skip IEnumContextProps::Skip (objidlbase.h) 方法跳过枚举序列中指定数量的项。 |
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | objidlbase.h (包括 ObjIdl.h) |