IEnumContextProps interface (objidl.h)
Provides a mechanism for enumerating the context properties associated with a COM+ object context.
Inheritance
The IEnumContextProps interface inherits from the IUnknown interface. IEnumContextProps also has these types of members:
Methods
The IEnumContextProps interface has these methods.
IEnumContextProps::Clone The IEnumContextProps::Clone method (objidl.h) creates a new enumerator that contains the same enumeration state as the current one. |
IEnumContextProps::Count The IEnumContextProps::Count method (objidl.h) retrieves the number of context properties in the context. |
IEnumContextProps::Next The IEnumContextProps::Next method (objidl.h) retrieves the specified number of items in the enumeration sequence. |
IEnumContextProps::Reset The IEnumContextProps::Reset method (objidl.h) resets the enumeration sequence to the beginning. |
IEnumContextProps::Skip The IEnumContextProps::Skip method (objidl.h) skips over the specified number of items in the enumeration sequence. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | objidl.h (include ObjIdl.h) |