RestrictedLaunchActivatedEventArgs.SharedContext 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 des informations sur un contexte partagé pour le lancement restreint.
public:
property Platform::Object ^ SharedContext { Platform::Object ^ get(); };
IInspectable SharedContext();
public object SharedContext { get; }
var object = restrictedLaunchActivatedEventArgs.sharedContext;
Public ReadOnly Property SharedContext As Object
Valeur de propriété
Objet qui fournit des informations de contexte partagées.