WindowSearchOptionEnumerator::Skip Method (UInt32)
Visual Studio 2015
Skips a specified number of search options in the enumerated sequence.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- celt
-
Type:
System::UInt32
The number of search options to be skipped.
Return Value
Type: System::Int32Returns S_OK if the number of options skipped is celt; otherwise, returns S_FALSE.
Implements
IVsEnumWindowSearchOptions::Skip(UInt32)
Show: