RadioButton.MapContent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MapContent(IRadioButtonHandler, RadioButton) | |
MapContent(RadioButtonHandler, RadioButton) |
MapContent(IRadioButtonHandler, RadioButton)
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)
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