AppResourceGroupBackgroundTaskReport.Name 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 le nom de la tâche en arrière-plan.
public:
property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = appResourceGroupBackgroundTaskReport.name;
Public ReadOnly Property Name As String
Valeur de propriété
Nom de la tâche en arrière-plan.
Configuration requise pour Windows
Fonctionnalités de l’application |
appDiagnostics
|
Remarques
Il s’agit du nom fourni par l’application lors de l’inscription de la tâche auprès de BackgroundTaskBuilder
Certaines tâches en arrière-plan n’ont pas de nom et retournent une chaîne vide, car elles ne sont pas inscrites explicitement. Par exemple, les tâches de lecture audio en arrière-plan et les tâches App-Service.