VoiceCommandContentTile.AppContext Eigenschaft

Definition

Ruft zusätzliche Informationen ab, die der Hintergrund-App-Dienst der Inhaltskachel zuordnen kann, oder legt diese fest. Diese Informationen werden von Cortana nicht verwendet.

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

Eigenschaftswert

Object

Platform::Object

IInspectable

Zusätzliche Informationen, die der Inhaltskachel zugeordnet sind.

Gilt für:

Weitere Informationen