Condividi tramite


DispatcherProvider.GetForCurrentThread Metodo

Definizione

Ottiene un'implementazione IDispatcher per il thread dell'interfaccia utente corrente.

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

Restituisce

Istanza di un'implementazione IDispatcher .

Implementazioni

Si applica a