Share via


SearchSettingsDataSource.SearchStartDelay Property

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

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

Syntax

'Declaration
Public Property SearchStartDelay As UInteger
public uint SearchStartDelay { get; set; }
public:
property unsigned int SearchStartDelay {
    unsigned int get ();
    void set (unsigned int value);
}
member SearchStartDelay : uint32 with get, set
function get SearchStartDelay () : uint 
function set SearchStartDelay (value : uint)

Property Value

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

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace