Declarations.LastBestMatch Property

Definition

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.

Applies to