Share via


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SearchCategory As Guid
public virtual Guid SearchCategory { get; }
public:
virtual property Guid SearchCategory {
    Guid get ();
}
abstract SearchCategory : Guid with get 
override SearchCategory : Guid with get
function get SearchCategory () : Guid

Property Value

Type: Guid
The search category that is used for storing MRU items.

.NET Framework Security

See Also

Reference

ToolWindowPane Class

Microsoft.VisualStudio.Shell Namespace