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

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumContextProps.Clone)
IEnumContextProps::Count

Retrieves the number of context properties in the context. (IEnumContextProps.Count)
IEnumContextProps::Next

Retrieves the specified number of items in the enumeration sequence. (IEnumContextProps.Next)
IEnumContextProps::Reset

Resets the enumeration sequence to the beginning. (IEnumContextProps.Reset)
IEnumContextProps::Skip

Skips over the specified number of items in the enumeration sequence. (IEnumContextProps.Skip)

Requirements

   
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)