Declarations.LastBestMatch Property
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.
Gets or sets the name of the item that best matches what has been typed so far.
public:
property System::String ^ LastBestMatch { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ LastBestMatch { Platform::String ^ get(); void set(Platform::String ^ value); };
public string LastBestMatch { get; set; }
member this.LastBestMatch : string with get, set
Public Property LastBestMatch As String
Property Value
If a best match has been set, returns a string containing the name of the item; otherwise, returns an empty string.
Remarks
The last best match value is an internal string set by a previous call to the GetBestMatch method.