CheckBoxHandler.MapForeground(ICheckBoxHandler, ICheckBox) メソッド

定義

抽象 Foreground プロパティをプラットフォーム固有の実装にマップします。

public:
 static void MapForeground(Microsoft::Maui::Handlers::ICheckBoxHandler ^ handler, Microsoft::Maui::ICheckBox ^ check);
public static void MapForeground (Microsoft.Maui.Handlers.ICheckBoxHandler handler, Microsoft.Maui.ICheckBox check);
static member MapForeground : Microsoft.Maui.Handlers.ICheckBoxHandler * Microsoft.Maui.ICheckBox -> unit
Public Shared Sub MapForeground (handler As ICheckBoxHandler, check As ICheckBox)

パラメーター

handler
ICheckBoxHandler

関連付けられたハンドラー。

check
ICheckBox

関連付けられている ICheckBox インスタンス。

適用対象