Condividi tramite


VoiceCommandContentTile.AppContext Proprietà

Definizione

Ottiene o imposta informazioni supplementari che il servizio app in background può associare al riquadro del contenuto. Queste informazioni non vengono usate da 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

Valore della proprietà

Object

Platform::Object

IInspectable

Informazioni supplementari associate al riquadro del contenuto.

Si applica a

Vedi anche