WindowSearchFilterEnumerator::Skip Method (UInt32)

 

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

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

public:
virtual int Skip(
	unsigned int celt
) sealed

Parameters

celt
Type: System::UInt32

The number of search filters to be skipped.

Return Value

Type: System::Int32

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

Return to top
Show: