SearchSettingsDataSource.PropertyNames Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchSettingsDataSource.PropertyNames

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
Public fieldStatic member ControlMaxWidth The name of the value indicating the maximum width of the Visual Studio common search control. Name is “ControlMaxWidth”.
Public fieldStatic member ControlMinPopupWidth The name of the value indicating the minimum width used by the Visual Studio common search control for displaying popups. Name is “ControlMinPopupWidth”.
Public fieldStatic member ControlMinWidth The name of the value indicating the minimum width of the Visual Studio common search control. Name is “ControlMinWidth”.
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member SearchButtonVisible The name of the flag indicating whether the search button is visible in the Visual Studio common search control. Name is “SearchButtonVisible”.
Public fieldStatic member SearchClearTooltip The name of the value indicating the search button tooltip to display after a search is complete. Name is “SearchClearTooltip”.
Public fieldStatic member 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".
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member SearchProgressType The name of the value indicating the progress type supported by the Visual Studio common search control. Name is “SearchProgressType”.
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member SearchStartType The name of the value indicating the search start type of the Visual Studio common search control. Name is “SearchStartType”.
Public fieldStatic member 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”.
Public fieldStatic member SearchTooltip The name of the value indicating the tooltip for the search box of the Visual Studio common search control. Name is “SearchTooltip”.
Public fieldStatic member 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”
Public fieldStatic member 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”.
Public fieldStatic member 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”.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace