SearchSuggestion.DetailText 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.
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
The detail text, or null if the search suggestion is not a Result.