次の方法で共有


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

適用対象