UCOMIEnumConnectionPoints.Next(Int32, UCOMIConnectionPoint[], Int32) 메서드

정의

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

public:
 int Next(int celt, cli::array <System::Runtime::InteropServices::UCOMIConnectionPoint ^> ^ rgelt, [Runtime::InteropServices::Out] int % pceltFetched);
public int Next(int celt, System.Runtime.InteropServices.UCOMIConnectionPoint[] rgelt, out int pceltFetched);
abstract member Next : int * System.Runtime.InteropServices.UCOMIConnectionPoint[] * int -> int
Public Function Next (celt As Integer, rgelt As UCOMIConnectionPoint(), ByRef pceltFetched As Integer) As Integer

매개 변수

celt
Int32

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

rgelt
UCOMIConnectionPoint[]

반환이 성공적이면 열거된 연결에 대한 참조입니다.

pceltFetched
Int32

반환이 성공적이면 .에 열거된 실제 연결 수에 대한 참조입니다 rgelt.

반품

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

설명

자세한 IEnumConnectionPoints::Next내용은 MSDN 라이브러리를 참조하세요.

적용 대상