AutoSuggestBoxQuerySubmittedEventArgs.ChosenSuggestion Property

Definition

Gets the suggested result that the user chose.

public:
 property Platform::Object ^ ChosenSuggestion { Platform::Object ^ get(); };
IInspectable ChosenSuggestion();
public object ChosenSuggestion { get; }
var object = autoSuggestBoxQuerySubmittedEventArgs.chosenSuggestion;
Public ReadOnly Property ChosenSuggestion As Object

Property Value

Object

Platform::Object

IInspectable

The suggested result that the user chose.

Applies to