BackgroundTaskProgressEventArgs.InstanceId 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 l’identificateur de la tâche en arrière-plan instance pour cette notification de progression status.
public:
property Platform::Guid InstanceId { Platform::Guid get(); };
winrt::guid InstanceId();
public Guid InstanceId { get; }
var guid = backgroundTaskProgressEventArgs.instanceId;
Public ReadOnly Property InstanceId As Guid
Valeur de propriété
Identificateur unique généré par le système lors de la création de la tâche en arrière-plan instance.