SearchSettingsDataSource.PropertyNames.SearchStartMinChars Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the property indicating the minimum number of characters that have relevance for the window search. The window host will wait for the user to type at least the min number of characters before calling IVsWindowSearch to start a new search. VSUI_TYPE_DWORD. Default=1.
public: static initonly System::String ^ SearchStartMinChars;
static initonly std::wstring SearchStartMinChars;
public static readonly string SearchStartMinChars;
staticval mutable SearchStartMinChars : string
Public Shared ReadOnly SearchStartMinChars As String