SearchSuggestion.Image 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 image parameter of the AppendResultSuggestion method.
public:
property IRandomAccessStreamReference ^ Image { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference Image();
public IRandomAccessStreamReference Image { get; }
var iRandomAccessStreamReference = searchSuggestion.image;
Public ReadOnly Property Image As IRandomAccessStreamReference
Property Value
The image, or null if the search suggestion is not a Result.