Dispatcher.FromThread(Thread) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定线程的 Dispatcher。
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
参数
- thread
- Thread
要从中获取 Dispatcher 的线程。
返回
thread
的调度程序。
注解
如果调度程序不适用于指定的线程, null
将返回。
FromThread 不会在没有 的线程上创建一个 Dispatcher Dispatcher。 在尝试使用CurrentDispatcher属性获取Dispatcher该属性时,Dispatcher在线程上创建了一个新Dispatcher项。