Share via


IEnumConnectionPoints.Next(Int32, IConnectionPoint[], IntPtr) 메서드

정의

열거형 시퀀스에서 지정된 수의 항목을 검색합니다.

public:
 int Next(int celt, cli::array <System::Runtime::InteropServices::ComTypes::IConnectionPoint ^> ^ rgelt, IntPtr pceltFetched);
public int Next (int celt, System.Runtime.InteropServices.ComTypes.IConnectionPoint[] rgelt, IntPtr pceltFetched);
abstract member Next : int * System.Runtime.InteropServices.ComTypes.IConnectionPoint[] * nativeint -> int
Public Function Next (celt As Integer, rgelt As IConnectionPoint(), pceltFetched As IntPtr) As Integer

매개 변수

celt
Int32

rgelt에서 반환할 IConnectionPoint 참조의 수입니다.

rgelt
IConnectionPoint[]

이 메서드는 반환될 때 열거된 연결에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

pceltFetched
IntPtr

nativeint

이 메서드는 반환될 때 rgelt에 열거된 연결의 실제 수에 대한 참조를 포함합니다.

반환

pceltFetched 매개 변수가 celt 매개 변수와 같으면 S_OK이고, 그렇지 않으면 S_FALSE입니다.

설명

자세한 내용은 IEnumConnectionPoints::Next 메서드를 참조하세요.

적용 대상