DependencyObject.Dispatcher 屬性

定義

一律會在 null Windows 應用程式 SDK應用程式中傳回。 請改用 DispatcherQueue

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = dependencyObject.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

屬性值

一律 null 在Windows 應用程式 SDK應用程式中。 請改用 DispatcherQueue

適用於

另請參閱