VoiceCommandContentTile.AppContext 属性

定义

获取或设置后台应用服务可与内容磁贴关联的补充信息。 Cortana 不使用此信息。

public:
 property Platform::Object ^ AppContext { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable AppContext();

void AppContext(IInspectable value);
public object AppContext { get; set; }
var object = voiceCommandContentTile.appContext;
voiceCommandContentTile.appContext = object;
Public Property AppContext As Object

属性值

Object

Platform::Object

IInspectable

与内容磁贴关联的补充信息。

适用于

另请参阅