SearchBoxResultSuggestionChosenEventArgs.Tag Property

Definition

The app-defined tag for the suggested result that the user selected.

public:
 property Platform::String ^ Tag { Platform::String ^ get(); };
winrt::hstring Tag();
public string Tag { get; }
var string = searchBoxResultSuggestionChosenEventArgs.tag;
Public ReadOnly Property Tag As String

Property Value

String

Platform::String

winrt::hstring

The app-defined tag for the selected search result.

Applies to