Share via


SearchSuggestion.ImageAlternateText Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The alternate text for Image, or null if the search suggestion is not a Result.

Applies to

See also