Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CategoryProvider | Gets the provider supporting the category, or null for the “All providers” category. |
![]() |
DisplayedResultsCount | Gets the number of results displayed from this category. |
![]() |
DisplayText | Gets the name of the category, for example, "All providers" or "Menu items". |
![]() |
IsDisplayingAllResults | Gets whether the category is displaying all results. If true, all results are being displayed. |
![]() |
TotalResultsCount | Gets the total number of results in this category. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DisplayAllResults | Displays all results from this category. |
![]() |
GetResult | Get the displayed result by index from this category. |
Top