Share via


SearchSuggestion.Image Property

Definition

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.

Applies to

See also