This method of the IEnumConnectionPoints interface enumerates the next IConnectionPoint pointers in the enumerator's list.
public void Next(int celt, IConnectionPoint[] rgelt, int[] pceltFetched);
[in] celt | The number of IConnectionPoint values returned in the rgelt array. |
[out] rgelt | The array to receive enumerated connection points. |
[out] pceltFetched | The pointer to the actual number of connection points returned in rgelt array. |