IVsGlobalSearchUIResultsCategory Interface

Definition

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 true, all results are being displayed.

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.

Applies to