次の方法で共有


DispatcherProvider.GetForCurrentThread メソッド

定義

現在の IDispatcher UI スレッドの実装を取得します。

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

戻り値

実装の IDispatcher インスタンス。

実装

適用対象