Skip method

Obsolete. Skips over a specified number of items in the enumeration sequence.

Syntax

HRESULT retVal = object.Skip(celt);

Parameters

  • celt [in]
    Type: unsigned long

    An unsigned long integer value that contains the number of ITEMPROP structures to skip.

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.