共用方式為


DispatcherProvider.SetCurrent(IDispatcherProvider) 方法

定義

設定目前的發送器提供者。

public:
 static bool SetCurrent(Microsoft::Maui::Dispatching::IDispatcherProvider ^ provider);
public static bool SetCurrent (Microsoft.Maui.Dispatching.IDispatcherProvider? provider);
static member SetCurrent : Microsoft.Maui.Dispatching.IDispatcherProvider -> bool
Public Shared Function SetCurrent (provider As IDispatcherProvider) As Boolean

參數

provider
IDispatcherProvider

IDispatcherProvider要設定為目前發送器提供者的物件。

傳回

true 如果目前發送器實際上已更新,則為 ,否則 false 為 。

適用於