Enumerates DebugPropertyInfo structures.

Methods in Vtable Order

The following table shows the methods of IEnumDebugPropertyInfo.

Method Description

IEnumDebugPropertyInfo::Next

Retrieves a specified number of DebugPropertyInfo structures in an enumeration sequence.

IEnumDebugPropertyInfo::Skip

Skips a specified number of DebugPropertyInfo structures in an enumeration sequence.

IEnumDebugPropertyInfo::Reset

Resets the enumeration sequence to the beginning.

IEnumDebugPropertyInfo::Clone

Creates an enumerator that contains the same enumeration state as the current enumerator.

IEnumDebugPropertyInfo::GetCount

Gets the number of DebugPropertyInfo structures in an enumerator.

Requirements

Header: dbgprop.h

See Also