更新 : 2007 年 11 月
列挙体の現在位置から、指定した数の ICorDebugBreakpoint インスタンスを取得します。
HRESULT Next (
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)]
ICorDebugBreakpoint *breakpoints[],
[out] ULONG *pceltFetched
);
パラメータ
celt
[入力] 取得する ICorDebugBreakpoint インスタンスの数。breakpoints
[出力] ポインタの配列。各ポインタは、ブレークポイントを表す ICorDebugBreakpoint オブジェクトを指します。pceltFetched
[出力] 実際に返された ICorDebugBreakpoint インスタンスの数へのポインタ。celt が 1 の場合、この値は 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