Declarations::LastBestMatch Property
Visual Studio 2015
Gets or sets the name of the item that best matches what has been typed so far.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::String^If a best match has been set, returns a string containing the name of the item; otherwise, returns an empty string.
The last best match value is an internal string set by a previous call to the GetBestMatch method.
Show: