共用方式為


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

與內容磚相關聯的增補資訊。

適用於

另請參閱