次の方法で共有


IWindow.Backgrounding(IPersistedState) メソッド

定義

ウィンドウがバックグラウンド状態になったときに発生します。

public:
 void Backgrounding(Microsoft::Maui::IPersistedState ^ state);
public void Backgrounding (Microsoft.Maui.IPersistedState state);
abstract member Backgrounding : Microsoft.Maui.IPersistedState -> unit
Public Sub Backgrounding (state As IPersistedState)

パラメーター

適用対象