UCOMIEnumConnectionPoints.Next(Int32, UCOMIConnectionPoint[], Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열거형 시퀀스에서 지정된 수의 항목을 검색합니다.
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 라이브러리를 참조하세요.