IVsSearchProvider Properties

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubpropertyCategory

Gets an identifier for the search provider.

System_CAPS_pubpropertyDescription

Gets a description of the provider results, for example "Searches top-level menu items."

System_CAPS_pubpropertyDisplayText

Gets a displayable name for the search provider, for example "Menu items."

System_CAPS_pubpropertyShortcut

Gets a unique category shortcut that can be used in filtering the results from multiple providers. For example, searching for "@cmd" only returns search results from the provider with category shortcut "cmd".

System_CAPS_pubpropertyTooltip

Gets a tooltip for the provider. The tooltip is displayed when it appears in the Global Search UI instead of "Show results from this category only".

Return to top
Show: