共用方式為


ICorDebugStepperEnum

更新:2007 年 11 月

實作 ICorDebugEnum 方法及列舉 ICorDebugStepper 陣列。

interface ICorDebugStepperEnum : ICorDebugEnum {
    HRESULT Next (
        [in] ULONG  celt,
        [out, size_is(celt), length_is(*pceltFetched)]
            ICorDebugStepper *steppers[],
        [out] ULONG *pceltFetched
    );
};

方法

方法

描述

ICorDebugStepperEnum::Next 方法

從列舉型別中取得指定的 ICorDebugStepper 執行個體數目 (從目前的位置開始)。

需求

**平台:**請參閱 .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

請參閱

參考

ICorDebugEnum

ICorDebugStepper

其他資源

偵錯介面