RadioButton.MapContent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MapContent(IRadioButtonHandler, RadioButton) | |
MapContent(RadioButtonHandler, RadioButton) |
MapContent(IRadioButtonHandler, RadioButton)
- Source:
- RadioButton.Standard.cs
- Source:
- 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)
参数
- handler
- IRadioButtonHandler
- radioButton
- RadioButton
适用于
MapContent(RadioButtonHandler, RadioButton)
- Source:
- RadioButton.Standard.cs
- Source:
- 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)
参数
- handler
- RadioButtonHandler
- radioButton
- RadioButton