次の方法で共有


ICorDebugBreakpointEnum::Next メソッド

現在の位置から、指定した数の ICorDebugBreakpoint インスタンスを列挙型から取得します。

構文

HRESULT Next (  
    [in] ULONG  celt,  
    [out, size_is(celt), length_is(*pceltFetched)]  
        ICorDebugBreakpoint *breakpoints[],  
    [out] ULONG *pceltFetched  
);  

パラメーター

celt
[in] 取得する ICorDebugBreakpoint インスタンスの数。

breakpoints
[out] ポインターの配列。各ポインターは、ブレークポイントを表す ICorDebugBreakpoint オブジェクトを示します。

pceltFetched
[out] 実際に返された ICorDebugBreakpoint インスタンスの数へのポインター。 celt が 1 の場合、この値は null になることがあります。

必要条件

:システム要件」を参照してください。

ヘッダー: CorDebug.idl、CorDebug.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 1.0 以降で使用可能