ToolWindowPane::SearchCategory Property

 

Gets the search category that is used for storing MRU items. if the window search implementation for your tool window supporst most-recently-used search strings. By default, the toolwindow guid is used for the search category.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Guid SearchCategory {
	virtual Guid get();
}

Property Value

Type: System::Guid

The search category that is used for storing MRU items.

Return to top
Show: