Microsoft SDK for Java

Skip

This method of the IEnumConnectionPoints 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.

Syntax

public void Skip(int celt);

Parameters

[in] celt The number of elements to skip.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.