ToolWindowPane.SearchCategory Property

Definition

The search category that's used for storing MRU items (should the window search implementation for your toolwindow support most-recently-used search strings) By default, the toolwindow guid is used for the search category.

public:
 virtual property Guid SearchCategory { Guid get(); };
public virtual Guid SearchCategory { get; }
member this.SearchCategory : Guid
Public Overridable ReadOnly Property SearchCategory As Guid

Property Value

The search category that is used for storing MRU items.

Applies to