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 ライブラリを参照してください。

適用対象