다음을 통해 공유


SearchSettingsDataSource.SearchStartDelay Property

Gets or sets the value indicating the delay, in milliseconds, until a delayed search starts automatically in the Visual Studio common search control. Default is 1,000 milliseconds.

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

Syntax

‘선언
Public Property SearchStartDelay As UInteger
public uint SearchStartDelay { get; set; }

Property Value

Type: System.UInt32
Returns the delay in milliseconds before a delayed search starts automatically.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace