IVsEnumWindowSearchFilters Interface
Visual Studio 2015
Enumerates a collection of window search filters.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumWindowSearchFilters) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(UInt32, IVsWindowSearchFilter[], UInt32) | Retrieves a specified number of window search filters in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips a specified number of window search filters in the enumeration sequence. |
Show:
