다음을 통해 공유


WindowSearchOptionEnumerator.Skip Method

Skips a specified number of search options in the enumerated sequence.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Function Skip ( _
    celt As UInteger _
) As Integer
public int Skip(
    uint celt
)

Parameters

  • celt
    Type: System.UInt32
    The number of search options to be skipped.

Return Value

Type: System.Int32
Returns S_OK if the number of options skipped is celt; otherwise, returns S_FALSE.

Implements

IVsEnumWindowSearchOptions.Skip(UInt32)

.NET Framework Security

See Also

Reference

WindowSearchOptionEnumerator Class

Microsoft.VisualStudio.PlatformUI Namespace