DispatcherProvider.SetCurrent(IDispatcherProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定目前的發送器提供者。
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
為 。