WindowSearchOptionEnumerator(IEnumerable<IVsWindowSearchOption>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of an enumerated set of search options for use by the search control for window search.
public:
WindowSearchOptionEnumerator(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption ^> ^ options);
public WindowSearchOptionEnumerator (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption> options);
new Microsoft.VisualStudio.PlatformUI.WindowSearchOptionEnumerator : seq<Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption> -> Microsoft.VisualStudio.PlatformUI.WindowSearchOptionEnumerator
Public Sub New (options As IEnumerable(Of IVsWindowSearchOption))
Parameters
- options
- IEnumerable<IVsWindowSearchOption>
The collection of search options.