ToolWindowPane.SearchCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.