IVsGlobalSearchUIResultsCategory Interface
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
Category |
Gets the provider supporting the category, or null for the “All providers” category. |
Displayed |
Gets the number of results displayed from this category. |
Display |
Gets the name of the category, for example, "All providers" or "Menu items". |
Is |
Gets whether the category is displaying all results. If |
Total |
Gets the total number of results in this category. |
Display |
Displays all results from this category. |
Get |
Get the displayed result by index from this category. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |