BackgroundTaskRegistration.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 d’une tâche en arrière-plan inscrite.
public:
property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = backgroundTaskRegistration.name;
Public ReadOnly Property Name As String
Valeur de propriété
La description spécifiée avec BackgroundTaskBuilder.Name lors de la création de la tâche.