ToolWindowPane::SearchOptionsEnum Property
Visual Studio 2015
Override this function if the tool window supports search options. The class T:Microsoft.VisualStudio.PlatformUI.WindowSearchOptionEnumerator can be used to construct an enumerator over an array of search options implementing the IVsWindowSearchOption interface.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IVsEnumWindowSearchOptions^ SearchOptionsEnum { virtual IVsEnumWindowSearchOptions^ get(); }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumWindowSearchOptions^When overridden, returns an enumerator for the search options.
Implements
IVsWindowSearch::SearchOptionsEnum
Show: