SearchSuggestion.Tag Property

Definition

Gets the value that was passed to the tag parameter of the AppendResultSuggestion method.

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

Property Value

String

Platform::String

winrt::hstring

The tag, or null if the search suggestion is not a Result.

Remarks

The Tag property is an opaque value that the app uses to identify the result suggestions that it has added when the user selects a suggestion in the UI.

Applies to

See also