Declarations::LastBestMatch Property

 

Gets or sets the name of the item that best matches what has been typed so far.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ LastBestMatch {
	String^ get();
	void set(String^ value);
}

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.

Return to top
Show: