IBackgroundTaskRegistration.TaskId Propriedade

Definição

Obtém o identificador de uma tarefa em segundo plano registrada.

public:
 property Platform::Guid TaskId { Platform::Guid get(); };
winrt::guid TaskId();
public Guid TaskId { get; }
var guid = iBackgroundTaskRegistration.taskId;
Public ReadOnly Property TaskId As Guid

Valor da propriedade

Guid

Platform::Guid

winrt::guid

O identificador exclusivo da tarefa. Esse identificador é gerado pelo sistema quando a tarefa é registrada.

Aplica-se a