ICorDebugStepperEnum::Next 方法
更新:2007 年 11 月
從列舉型別中取得指定的 ICorDebugStepper 執行個體數目 (從目前的位置開始)。
HRESULT Next(
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)]
ICorDebugStepper *steppers[],
[out] ULONG *pceltFetched
);
參數
celt
[in] 要擷取的 ICorDebugStepper 執行個體數。steppers
[out] 指標的陣列,每個指標都會指向 ICorDebugStepper 物件。pceltFetched
[out] 實際傳回之 ICorDebugStepper 執行個體數的指標。如果 celt 為一,則此值可能為 null。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0