ICorDebugBreakpointEnum::Next 方法

從列舉中取得指定數目的 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。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起可用