IEnumContextProps interface (objidlbase.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 (objidlbase.h) method creates a new enumerator that contains the same enumeration state as the current one.
IEnumContextProps::Count

The IEnumContextProps::Count (objidlbase.h) method retrieves the number of context properties in the context.
IEnumContextProps::Next

The IEnumContextProps::Next (objidlbase.h) method retrieves the specified number of items in the enumeration sequence.
IEnumContextProps::Reset

The IEnumContextProps::Reset (objidlbase.h) method resets the enumeration sequence to the beginning.
IEnumContextProps::Skip

The IEnumContextProps::Skip (objidlbase.h) method 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 objidlbase.h (include ObjIdl.h)