DispatcherOperation.Task Proprietà

Definizione

Ottiene un oggetto Task<TResult> che rappresenta l'operazione corrente.

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à

Task

Oggetto che rappresenta l'operazione corrente.

Si applica a