RadioButton.MapContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- handler
- IRadioButtonHandler
- radioButton
- RadioButton
Applies to
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)
Parameters
- handler
- RadioButtonHandler
- radioButton
- RadioButton
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.