Udostępnij za pośrednictwem


CheckBoxHandler.MapForeground(ICheckBoxHandler, ICheckBox) Metoda

Definicja

Mapuje właściwość abstrakcyjną Foreground na implementacje specyficzne dla platformy.

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)

Parametry

handler
ICheckBoxHandler

Skojarzona procedura obsługi.

check
ICheckBox

Skojarzone ICheckBox wystąpienie.

Dotyczy