16

我可以CoreDispatcher在 Windows 8 中获取对象

CoreDispatcher dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher;

但是我怎样才能得到Dispatcherin windows phone 8
这样我就可以打电话了

Dispatcher.BeginInvoke(delegate
{
    //My statements
});
4

1 回答 1

23

用于Deployment.Current.Dispatcher获取DispatcherWindows Phone 中的对象。

于 2013-03-01T09:29:25.730 回答