ToolWindowPane::SearchOptionsEnum Property

 

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.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: