ToolWindowPane.SearchOptionsEnum Property
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.
Override this function if the toolwindow supports search options The class WindowSearchOptionEnumerator can be used to construct an enumerator over an array of search options implementing IVsWindowSearchOption interface.
public:
virtual property Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchOptions ^ SearchOptionsEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchOptions ^ get(); };
public:
virtual property Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchOptions ^ SearchOptionsEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchOptions ^ get(); };
public virtual Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchOptions SearchOptionsEnum { get; }
member this.SearchOptionsEnum : Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchOptions
Public Overridable ReadOnly Property SearchOptionsEnum As IVsEnumWindowSearchOptions
Property Value
When overridden, returns an enumerator for the search options.