VoiceCommandDisambiguationResult.SelectedItem 属性

定义

Cortana 消除歧义屏幕上显示的项目列表选择的项目。

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

属性值

包含图像和文本数据的资产,由后台应用服务提供,用于在 Cortana 画布上显示。

适用于

另请参阅