AsyncTaskMethodBuilder.Task Propriedade

Definição

Obtém a tarefa deste construtor.

public:
 property System::Threading::Tasks::Task ^ Task { System::Threading::Tasks::Task ^ get(); };
public System.Threading.Tasks.Task Task { get; }
member this.Task : System.Threading.Tasks.Task
Public ReadOnly Property Task As Task

Valor da propriedade

A tarefa deste construtor.

Exceções

O construtor não é inicializado.

Comentários

Esse tipo e seus membros devem ser usados pelo compilador.

Aplica-se a