SearchSettingsDataSource::PropertyNames Fields

 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticControlBorderThickness

The name of the value indicating the border thickness of the Visual Studio common search control. Name is “ControlBorderThickness”.

System_CAPS_pubfieldSystem_CAPS_staticControlMaxWidth

The name of the value indicating the maximum width of the Visual Studio common search control. Name is “ControlMaxWidth”.

System_CAPS_pubfieldSystem_CAPS_staticControlMinPopupWidth

The name of the value indicating the minimum width used by the Visual Studio common search control for displaying popups. Name is “ControlMinPopupWidth”.

System_CAPS_pubfieldSystem_CAPS_staticControlMinWidth

The name of the value indicating the minimum width of the Visual Studio common search control. Name is “ControlMinWidth”.

System_CAPS_pubfieldSystem_CAPS_staticDefaultTheme

The name of the value indicating default thickness of the Visual Studio common search control. Name is “DefaultThickness”.

System_CAPS_pubfieldSystem_CAPS_staticForwardEnterKeyOnSearchStart

The name of the flag indicating whether the Visual Studio common search control forwards the enter-key event after a search is started. Name is “ForwardEnterKeyOnSearchStart”.

System_CAPS_pubfieldSystem_CAPS_staticHwndSourceBackgroundColor

The name of the value indicating the source background color of the window of the Visual Studio common search control. Name is “HwndSourceBackgroundColor”.

System_CAPS_pubfieldSystem_CAPS_staticMaximumMRUItems

The name of the value indicating the maximum number of most-recently-used(MRU) items to show in the drop-down list of the Visual Studio common search control. Name is “MaximumMRUItems”.

System_CAPS_pubfieldSystem_CAPS_staticPrefixFilterMRUItems

The name of the value indicating prefix for the MRU Items of the Visual Studio common search control. Name is “PrefixFilterMRUItems”.

System_CAPS_pubfieldSystem_CAPS_staticRestartSearchIfUnchanged

The name of the flag indicating whether searches will be restarted, even if the search string is not changed, by pressing Enter or selecting a most-recently-used (MRU) item from the list. Name is “RestartSearchIfUnchanged”.

System_CAPS_pubfieldSystem_CAPS_staticSearchButtonVisible

The name of the flag indicating whether the search button is visible in the Visual Studio common search control. Name is “SearchButtonVisible”.

System_CAPS_pubfieldSystem_CAPS_staticSearchClearTooltip

The name of the value indicating the search button tooltip to display after a search is complete. Name is “SearchClearTooltip”.

System_CAPS_pubfieldSystem_CAPS_staticSearchPopupAutoDropdown

The name of the flag indicating whether the search popup is automatically shown when the user begins typing. This is only relevant for delayed and on-demand searches in the Visual Studio common search control. Name is “SearchPopupAutoDropdown".

System_CAPS_pubfieldSystem_CAPS_staticSearchPopupCloseDelay

The name of the value indicating the delay, in milliseconds, after a search is automatically started in the search control, until the search popup is automatically closed. Name is “SearchPopupCloseDelay”.

System_CAPS_pubfieldSystem_CAPS_staticSearchProgressShowDelay

The name of the value indicating the delay, in milliseconds, after a search is started in the search control, until the progress indicator automatically displays. Name is “SearchProgressShowDelay”.

System_CAPS_pubfieldSystem_CAPS_staticSearchProgressType

The name of the value indicating the progress type supported by the Visual Studio common search control. Name is “SearchProgressType”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStartDelay

The name of the value indicating the delay, in milliseconds, until a delayed search starts automatically in the Visual Studio common search control. Name is “SearchStartDelay”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStartMinChars

The name of the value indicating the minimum number of characters for relevance in a search. The Visual Studio common search control will wait to start a new search until the user types at least the minimum number of characters. Name is “SearchStartMinChars”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStartTooltip

The name of the value indicating the search button tooltip to display before the Visual Studio common search control starts a search. Name is “SearchStartTooltip”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStartType

The name of the value indicating the search start type of the Visual Studio common search control. Name is “SearchStartType”.

System_CAPS_pubfieldSystem_CAPS_staticSearchStopTooltip

The name of the value indicating the search button tooltip to display during a search by the Visual Studio common search control. Name is “SearchStopTooltip”.

System_CAPS_pubfieldSystem_CAPS_staticSearchTooltip

The name of the value indicating the tooltip for the search box of the Visual Studio common search control. Name is “SearchTooltip”.

System_CAPS_pubfieldSystem_CAPS_staticSearchTrimsWhitespaces

The name of the flag indicating whether the Visual Studio common search control trims whitespace from the beginning and end of the search string before starting a search or adding the item to the most-recently-used (MRU) list. Name is “SearchTrimsWhitespaces”

System_CAPS_pubfieldSystem_CAPS_staticSearchUseMRU

The name of a flag indicating whether the Visual Studio common search control displays most-recently-used (MRU) items in the drop-down list. Name is “SearchUseMRU”.

System_CAPS_pubfieldSystem_CAPS_staticSearchWatermark

The name of the value indicating the string to display in the Visual Studio common search control when it is empty and does not have the focus. Value is “SearchWatermark”.

System_CAPS_pubfieldSystem_CAPS_staticUseDefaultThemeColors

The name of the value determining whether to use the default theme colors of the Visual Studio common search control. Name is “UseDefaultThemeColors”.

Return to top
Show: