共用方式為


RadioButton.MapContent 方法

定義

多載

MapContent(IRadioButtonHandler, RadioButton)
MapContent(RadioButtonHandler, RadioButton)

MapContent(IRadioButtonHandler, RadioButton)

來源:
RadioButton.Standard.cs
來源:
RadioButton.Standard.cs
public:
 static void MapContent(Microsoft::Maui::Handlers::IRadioButtonHandler ^ handler, Microsoft::Maui::Controls::RadioButton ^ radioButton);
public static void MapContent (Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton);
static member MapContent : Microsoft.Maui.Handlers.IRadioButtonHandler * Microsoft.Maui.Controls.RadioButton -> unit
Public Shared Sub MapContent (handler As IRadioButtonHandler, radioButton As RadioButton)

參數

radioButton
RadioButton

適用於

MapContent(RadioButtonHandler, RadioButton)

來源:
RadioButton.Standard.cs
來源:
RadioButton.Standard.cs
public:
 static void MapContent(Microsoft::Maui::Handlers::RadioButtonHandler ^ handler, Microsoft::Maui::Controls::RadioButton ^ radioButton);
public static void MapContent (Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton);
static member MapContent : Microsoft.Maui.Handlers.RadioButtonHandler * Microsoft.Maui.Controls.RadioButton -> unit
Public Shared Sub MapContent (handler As RadioButtonHandler, radioButton As RadioButton)

參數

radioButton
RadioButton

適用於