Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.