Partager via


VoiceCommandContentTile.AppContext Propriété

Définition

Obtient ou définit des informations supplémentaires que le service d’application d’arrière-plan peut associer à la vignette de contenu. Ces informations ne sont pas utilisées par 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

Valeur de propriété

Object

Platform::Object

IInspectable

Informations supplémentaires associées à la vignette de contenu.

S’applique à

Voir aussi