VoiceCommandContentTile.AppContext Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Informations supplémentaires associées à la vignette de contenu.