Sdílet prostřednictvím


IEnumString.Skip Method

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

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub Skip ( _
    celt As UInteger _
)
'Usage
Dim instance As IEnumString
Dim celt As UInteger

instance.Skip(celt)
void Skip(
    uint celt
)

Parameters

Remarks

Returns S_OK if the number of elements skipped is celt; otherwise, S_FALSE.

See Also

Reference

IEnumString Interface

IEnumString Members

Microsoft.Office.Interop.InfoPath Namespace