SearchSuggestion.ImageAlternateText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得傳遞至AppendResultSuggestion方法之 imageAlternateText參數的值。
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
屬性值
Image的替代文字,如果搜尋建議不是Result,則為null。