Compartilhar via


DispatcherOperation<TResult>.Task Propriedade

Definição

Obtém um Task<TResult> que representa a operação atual.

public:
 property System::Threading::Tasks::Task<TResult> ^ Task { System::Threading::Tasks::Task<TResult> ^ get(); };
public System.Threading.Tasks.Task<TResult> Task { get; }
member this.Task : System.Threading.Tasks.Task<'Result>
Public ReadOnly Property Task As Task(Of TResult)

Valor da propriedade

Um objeto que representa a operação atual.

Aplica-se a