Share via


SearchSuggestion.DetailText Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also