Dispatcher.FromThread(Thread) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.