ToolWindowPane.SearchOptionsEnum Property

Definition

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.

Implements

Applies to