Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the names of the search settings data source properties.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.SearchSettingsDataSource.PropertyNames
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyNames
public static class PropertyNames
public ref class PropertyNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type PropertyNames = class end
public final class PropertyNames
The SearchSettingsDataSource.PropertyNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ControlBorderThickness | |
![]() ![]() |
ControlMaxWidth | The name of the value indicating the maximum width of the Visual Studio common search control. Name is “ControlMaxWidth”. |
![]() ![]() |
ControlMinPopupWidth | The name of the value indicating the minimum width used by the Visual Studio common search control for displaying popups. Name is “ControlMinPopupWidth”. |
![]() ![]() |
ControlMinWidth | The name of the value indicating the minimum width of the Visual Studio common search control. Name is “ControlMinWidth”. |
![]() ![]() |
DefaultTheme | |
![]() ![]() |
ForwardEnterKeyOnSearchStart | 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”. |
![]() ![]() |
HwndSourceBackgroundColor | |
![]() ![]() |
MaximumMRUItems | 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”. |
![]() ![]() |
PrefixFilterMRUItems | |
![]() ![]() |
RestartSearchIfUnchanged | 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”. |
![]() ![]() |
SearchButtonVisible | The name of the flag indicating whether the search button is visible in the Visual Studio common search control. Name is “SearchButtonVisible”. |
![]() ![]() |
SearchClearTooltip | The name of the value indicating the search button tooltip to display after a search is complete. Name is “SearchClearTooltip”. |
![]() ![]() |
SearchPopupAutoDropdown | 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". |
![]() ![]() |
SearchPopupCloseDelay | 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”. |
![]() ![]() |
SearchProgressShowDelay | 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”. |
![]() ![]() |
SearchProgressType | The name of the value indicating the progress type supported by the Visual Studio common search control. Name is “SearchProgressType”. |
![]() ![]() |
SearchStartDelay | 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”. |
![]() ![]() |
SearchStartMinChars | 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”. |
![]() ![]() |
SearchStartTooltip | 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”. |
![]() ![]() |
SearchStartType | The name of the value indicating the search start type of the Visual Studio common search control. Name is “SearchStartType”. |
![]() ![]() |
SearchStopTooltip | 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”. |
![]() ![]() |
SearchTooltip | The name of the value indicating the tooltip for the search box of the Visual Studio common search control. Name is “SearchTooltip”. |
![]() ![]() |
SearchTrimsWhitespaces | 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” |
![]() ![]() |
SearchUseMRU | 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”. |
![]() ![]() |
SearchWatermark | 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”. |
![]() ![]() |
UseDefaultThemeColors |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.