SearchSuggestion.ImageAlternateText 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 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
The alternate text for Image, or null if the search suggestion is not a Result.