VoiceCommandContentTile.AppContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定背景應用程式服務可以與內容磚建立關聯的增補資訊。 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
屬性值
與內容磚相關聯的增補資訊。