Share via


Window.Dispatcher Eigenschaft

Definition

Gibt immer in einer Windows App SDK-App zurücknull.

Hinweis

Window.Dispatcher kann in zukünftigen Versionen geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen Window.DispatcherQueue .

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
/// [get: Windows.Foundation.Metadata.Deprecated("The Dispatcher property is deprecated and always returns null", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Microsoft.UI.Xaml.WinUIContract")]
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
public CoreDispatcher Dispatcher { [Windows.Foundation.Metadata.Deprecated("The Dispatcher property is deprecated and always returns null", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Microsoft.UI.Xaml.WinUIContract")] get; }
var coreDispatcher = window.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

Eigenschaftswert

Immer null in einer Windows App SDK-App.

Attribute

Gilt für: