IVsGlobalSearchUIResultsCategory 接口

定义

提供具有返回结果的搜索类别的信息。

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
属性

属性

CategoryProvider

获取支持类别的提供程序,对于 "所有提供程序" 类别则为 null。

DisplayedResultsCount

获取此类别显示的结果数。

DisplayText

获取类别的名称,例如 "所有提供程序" 或 "菜单项"。

IsDisplayingAllResults

获取类别是否显示所有结果。 如果 true 为,则显示所有结果。

TotalResultsCount

获取此类别中的结果总数。

方法

DisplayAllResults()

显示此类别中的所有结果。

GetResult(UInt32)

从此类别中按索引获取显示的结果。

适用于