SearchSettingsDataSource::SearchStartMinChars Property
Visual Studio 2015
Gets or sets the minimum number of characters for relevance in a search. The common search control will wait to start a new search until the user types at least the minimum number of characters. Default is 1 character.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property unsigned int SearchStartMinChars { unsigned int get(); void set(unsigned int value); }
Property Value
Type: System::UInt32Returns the minimum number of characters needed to start a search.
Show: