Provides information from search categories that have returned results.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")> _
Public Interface IVsGlobalSearchUIResultsCategory
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")]
public interface IVsGlobalSearchUIResultsCategory
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")]
public interface class IVsGlobalSearchUIResultsCategory
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")>]
type IVsGlobalSearchUIResultsCategory =  interface end
public interface IVsGlobalSearchUIResultsCategory
The IVsGlobalSearchUIResultsCategory type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CategoryProvider | Gets the provider supporting the category, or null for the “All providers” category. | 
| .gif) | DisplayedResultsCount | Gets the number of results displayed from this category. | 
| .gif) | DisplayText | Gets the name of the category, for example, "All providers" or "Menu items". | 
| .gif) | IsDisplayingAllResults | Gets whether the category is displaying all results. If true, all results are being displayed. | 
| .gif) | TotalResultsCount | Gets the total number of results in this category. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | DisplayAllResults | Displays all results from this category. | 
| .gif) | GetResult | Get the displayed result by index from this category. | 
Top