SearchBoxResultSuggestionChosenEventArgs.Tag 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.
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
The app-defined tag for the selected search result.