SearchSettingsDataSource::SearchStartMinChars Property

 

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.

Namespace:   Microsoft.VisualStudio.PlatformUI
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::UInt32

Returns the minimum number of characters needed to start a search.

Return to top
Show: