次の方法で共有


SearchSettingsDataSource.SearchPopupAutoDropdown Property

Gets or sets a 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. Default is true; the search popup is automatically shown.

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

Syntax

'宣言
Public Property SearchPopupAutoDropdown As Boolean
public bool SearchPopupAutoDropdown { get; set; }

Property Value

Type: System.Boolean
Returns the flag indicating that the popup is shown when the user begins typing.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace