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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property unsigned int SearchStartDelay {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32

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

Return to top
Show: