Condividi tramite


CheckBoxHandler.MapForeground(ICheckBoxHandler, ICheckBox) Metodo

Definizione

Esegue il mapping della proprietà astratta Foreground alle implementazioni specifiche della piattaforma.

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)

Parametri

handler
ICheckBoxHandler

Gestore associato.

check
ICheckBox

Istanza associata ICheckBox .

Si applica a