Freigeben über


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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace