SearchSettingsDataSource::SearchStartDelay Property
Visual Studio 2015
Gets or sets the delay, in milliseconds, until a delayed search starts automatically in the common search control. Default is 1,000 milliseconds.
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::UInt32Returns the delay in milliseconds before a delayed search starts automatically.
Show: