AsyncTaskMethodBuilder.Task Proprietà

Definizione

Ottiene l'attività per questo generatore.

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

Valore della proprietà

Attività per questo generatore.

Eccezioni

Il generatore non viene inizializzato.

Commenti

Questo tipo e i relativi membri sono destinati all'uso da parte del compilatore.

Si applica a