IVsGlobalSearchUIResultsCategory Interface

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
Public property CategoryProvider Gets the provider supporting the category, or null for the “All providers” category.
Public property DisplayedResultsCount Gets the number of results displayed from this category.
Public property DisplayText Gets the name of the category, for example, "All providers" or "Menu items".
Public property IsDisplayingAllResults Gets whether the category is displaying all results. If true, all results are being displayed.
Public property TotalResultsCount Gets the total number of results in this category.

Top

Methods

  Name Description
Public method DisplayAllResults Displays all results from this category.
Public method GetResult Get the displayed result by index from this category.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace