UCOMIEnumConnectionPoints.Next(Int32, UCOMIConnectionPoint[], Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a specified number of items in the enumeration sequence.
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
The number of IConnectionPoint
references to return in rgelt
.
- rgelt
- UCOMIConnectionPoint[]
On successful return, a reference to the enumerated connections.
- pceltFetched
- Int32
On successful return, a reference to the actual number of connections enumerated in rgelt
.
S_OK
if the pceltFetched
parameter equals the celt
parameter; otherwise, S_FALSE
.
For more information about IEnumConnectionPoints::Next
, see the MSDN Library.
Produk | Versi |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET maklum balas
.NET ialah projek sumber terbuka. Pilih pautan untuk memberikan maklum balas: