IEnumDebugExpressionContexts Interface
Enumerates a collection of IDebugExpressionContexts
objects.
In addition to the methods inherited from IUnknown
, the IEnumDebugExpressionContexts
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IEnumDebugExpressionContexts::Next | Retrieves a specified number of segments in the enumeration sequence. |
IEnumDebugExpressionContexts::Skip | Skips a specified number of segments in an enumeration sequence. |
IEnumDebugExpressionContexts::Reset | Resets an enumeration sequence to the beginning. |
IEnumDebugExpressionContexts::Clone | Creates an enumerator that contains the same state as the current enumerator. |