IVsWindowSearch::Category Property

 

Gets the GUID of the search provider. For a tool window search provider, if the category is not returned the tool window guid will be used by default.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678273)]
property Guid Category {
	Guid get();
}

Property Value

Type: System::Guid

The GUID.

Return to top
Show: