Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Skips a specified number of search filters in the enumerated sequence.
Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function Skip ( _
    celt As UInteger _
) As Integer
public int Skip(
    uint celt
)
public:
virtual int Skip(
    unsigned int celt
) sealed
abstract Skip : 
        celt:uint32 -> int  
override Skip : 
        celt:uint32 -> int
public final function Skip(
    celt : uint
) : int
Parameters
- celt 
 Type: UInt32- The number of search filters to be skipped. 
Return Value
Type: Int32
Returns S_OK if the number of filters skipped is celt; otherwise, returns S_FALSE.
Implements
IVsEnumWindowSearchFilters.Skip(UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.