WindowSearchOptionEnumerator Class
Represents an enumerated set of search options for use by the search control for window search.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | WindowSearchOptionEnumerator(IEnumerable<IVsWindowSearchOption>) | Creates a new instance of an enumerated set of search options for use by the search control for window search. |
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumWindowSearchOptions) | Creates a new enumerated set of search options that has the same state as this one. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Next(UInt32, IVsWindowSearchOption[], UInt32) | Retrieves a specified number of search options from the enumerated set. |
![]() | Reset() | Resets the search options enumerator to the beginning. |
![]() | Skip(UInt32) | Skips a specified number of search options in the enumerated sequence. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

