AppResourceGroupBackgroundTaskReport.Name Propriété

Définition

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é

String

Platform::String

winrt::hstring

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.

S’applique à