IVsGlobalSearchUI Interface

 

Provides access to the Integrated Development Environment (IDE) global search user interface.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("8ED03960-F01B-4A63-A492-7E55AE118D3D")]
public interface IVsGlobalSearchUI

NameDescription
System_CAPS_pubpropertyActiveResultsCategory

Gets the active category index.

System_CAPS_pubpropertyIsActive

Gets whether the global search control or its popup has focus.

System_CAPS_pubpropertyIsEnabled

Gets or sets the state of the global search UI. If true, the global search UI is enabled. If false, the global search UI is disabled.

System_CAPS_pubpropertyIsResultsListVisible

Sets whether the global search results popup is visible. If set to true, the global search results popup is visible.

System_CAPS_pubpropertyPreserveResults

Gets or sets whether the global search preserves results from a previous search to be displayed when the UI is shown again. If true, the results are preserved.

System_CAPS_pubpropertySearchHost

Gets the search host of the global search control. Can be used to initiate IDE-wide searches with the UI, get the status of the existing search, and so on.

NameDescription
System_CAPS_pubmethodActivate()

Focuses the global search control, or shows the next results category if the control is active already (navigate forwards).

System_CAPS_pubmethodActivateBack()

Focuses the global search control, or shows the previous results category if the control is active already (navigate backwards).

System_CAPS_pubmethodGetResultsCategories(UInt32, IVsGlobalSearchUIResultsCategory[])

Get the results categories for the current search.

Return to top
Show: