VoiceCommandDisambiguationResult.SelectedItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 Cortana 消除歧义屏幕上显示的项目列表选择的项目。
public:
property VoiceCommandContentTile ^ SelectedItem { VoiceCommandContentTile ^ get(); };
VoiceCommandContentTile SelectedItem();
public VoiceCommandContentTile SelectedItem { get; }
var voiceCommandContentTile = voiceCommandDisambiguationResult.selectedItem;
Public ReadOnly Property SelectedItem As VoiceCommandContentTile
属性值
包含图像和文本数据的资产,由后台应用服务提供,用于在 Cortana 画布上显示。