次の方法で共有


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

コンテンツ タイルに関連付けられている補足情報。

適用対象

こちらもご覧ください