다음을 통해 공유


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 instance.

적용 대상