IVsGlobalSearchUIResultsCategory Interface
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.
Provides information from search categories that have returned results.
public interface class IVsGlobalSearchUIResultsCategory
public interface class IVsGlobalSearchUIResultsCategory
__interface IVsGlobalSearchUIResultsCategory
[System.Runtime.InteropServices.Guid("6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGlobalSearchUIResultsCategory
[<System.Runtime.InteropServices.Guid("6B8DC5B9-04CC-49A6-8011-1FF2A6749B2A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGlobalSearchUIResultsCategory = interface
Public Interface IVsGlobalSearchUIResultsCategory
- Attributes
Properties
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 |
TotalResultsCount |
Gets the total number of results in this category. |
Methods
DisplayAllResults() |
Displays all results from this category. |
GetResult(UInt32) |
Get the displayed result by index from this category. |