Partilhar via


Dispatcher.FromThread(Thread) Método

Definição

Obtém o Dispatcher para o thread especificado.

public:
 static System::Windows::Threading::Dispatcher ^ FromThread(System::Threading::Thread ^ thread);
public static System.Windows.Threading.Dispatcher FromThread (System.Threading.Thread thread);
static member FromThread : System.Threading.Thread -> System.Windows.Threading.Dispatcher
Public Shared Function FromThread (thread As Thread) As Dispatcher

Parâmetros

thread
Thread

O thread do qual obter o Dispatcher.

Retornos

Dispatcher

O dispatcher do thread.

Comentários

Se um dispatcher não estiver disponível para o thread especificado, null será retornado.

FromThread não cria um Dispatcher thread que não tenha um Dispatcher. Um novo Dispatcher é criado em um thread que ainda não tem um Dispatcher ao tentar obter usando Dispatcher a CurrentDispatcher propriedade.

Aplica-se a