Share via


IEnumDebugExtendedPropertyInfo Interface

Enumerates ExtendedDebugPropertyInfo structures.

Methods in Vtable Order

The following table shows the methods of IEnumDebugExtendedPropertyInfo.

Method Description
IEnumDebugExtendedPropertyInfo::Clone Creates an enumerator that contains the same enumeration state as the current enumerator.
IEnumDebugExtendedPropertyInfo::GetCount Gets the number of ExtendedDebugPropertyInfo structures in an enumerator.
IEnumDebugExtendedPropertyInfo::Next Retrieves a specified number of ExtendedDebugPropertyInfo structures in an enumeration sequence.
IEnumDebugExtendedPropertyInfo::Skip Skips a specified number of ExtendedDebugPropertyInfo structures in an enumeration sequence.
IEnumDebugExtendedPropertyInfo::Reset Resets the enumeration sequence to the beginning.

Requirements

Header: dbgprop.h

See also

ExtendedDebugPropertyInfo Structure