共用方式為


CheckBoxHandler.MapIsChecked(ICheckBoxHandler, ICheckBox) 方法

定義

將抽象 IsChecked 屬性對應至平臺特定的實作。

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

參數

handler
ICheckBoxHandler

相關的處理常式。

check
ICheckBox

相關聯的 ICheckBox 實例。

適用於