IVsWindowSearchHost Properties

 

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

NameDescription
System_CAPS_pubpropertyHelpTopic

Gets or sets the help topic associated with the search control.

System_CAPS_pubpropertyIsEnabled

Gets or sets whether the search control has been enabled or disabled.

System_CAPS_pubpropertyIsPopupVisible

Gets or sets whether to show or hide the search control's popup (if the search control has settings requiring a popup, such as MRU, options, or filters).

System_CAPS_pubpropertyIsVisible

Gets or sets whether to show or hide the search control.

System_CAPS_pubpropertySearchEvents

Gets the search events callback once the search has been set up with the host.

System_CAPS_pubpropertySearchObject

Gets the search object once the search has been set up with the host.

System_CAPS_pubpropertySearchQuery

Gets the current search query that resulted from the parsing the current text in the search control.

System_CAPS_pubpropertySearchQueryParser

Gets the search query parser used by the search host to create the search queries from search strings typed by the user.

System_CAPS_pubpropertySearchTask

Gets the current search task if a search is in progress.

Return to top
Show: