This method of the IEnumConnections interface instructs the enumerator to skip the next celt elements in the enumeration so that the next call to Next will not return those elements.
public void Skip(int celt);
[in] celt | The number of elements to skip. |