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 è inizializzato.

Commenti

Questo tipo e i relativi membri sono destinati all'uso dal compilatore.

Si applica a