RadioButton.MapContent Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MapContent(IRadioButtonHandler, RadioButton) | |
MapContent(RadioButtonHandler, RadioButton) |
MapContent(IRadioButtonHandler, RadioButton)
- Origem:
- RadioButton.Standard.cs
- Origem:
- 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)
Parâmetros
- handler
- IRadioButtonHandler
- radioButton
- RadioButton
Aplica-se a
MapContent(RadioButtonHandler, RadioButton)
- Origem:
- RadioButton.Standard.cs
- Origem:
- 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)
Parâmetros
- handler
- RadioButtonHandler
- radioButton
- RadioButton
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.