VoiceCommandDisambiguationResult.SelectedItem Property

Definition

The item selected from the list of items displayed on the Cortana disambiguation screen.

public:
 property VoiceCommandContentTile ^ SelectedItem { VoiceCommandContentTile ^ get(); };
VoiceCommandContentTile SelectedItem();
public VoiceCommandContentTile SelectedItem { get; }
var voiceCommandContentTile = voiceCommandDisambiguationResult.selectedItem;
Public ReadOnly Property SelectedItem As VoiceCommandContentTile

Property Value

An asset, containing image and text data, provided by the background app service for display on the Cortana canvas.

Applies to

See also