Compartilhar via


IDispatcherProvider.GetForCurrentThread Method

Definition

Gets a IDispatcher implementation for the current UI thread.

public:
 Microsoft::Maui::Dispatching::IDispatcher ^ GetForCurrentThread();
public Microsoft.Maui.Dispatching.IDispatcher? GetForCurrentThread ();
abstract member GetForCurrentThread : unit -> Microsoft.Maui.Dispatching.IDispatcher
Public Function GetForCurrentThread () As IDispatcher

Returns

Instance of a IDispatcher implementation.

Applies to