SearchSuggestion.Text Property

Definition

Gets the localized text of the suggestion for display in the search suggestions UI.

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

Property Value

String

Platform::String

winrt::hstring

The text to display.

Remarks

This property is set for all kinds of suggestions, including Separator.

Applies to

See also