共用方式為


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 實例。

適用於