Udostępnij za pośrednictwem


Button.MapContentLayout Metoda

Definicja

Przeciążenia

MapContentLayout(ButtonHandler, Button)
MapContentLayout(IButtonHandler, Button)

Mapy właściwości abstrakcyjnej ContentLayout do implementacji platformy.

MapContentLayout(ButtonHandler, Button)

Źródło:
Button.Mapper.cs
Źródło:
Button.Mapper.cs
public:
 static void MapContentLayout(Microsoft::Maui::Handlers::ButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.ButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As ButtonHandler, button As Button)

Parametry

handler
ButtonHandler
button
Button

Dotyczy

MapContentLayout(IButtonHandler, Button)

Źródło:
Button.Mapper.cs
Źródło:
Button.Mapper.cs

Mapy właściwości abstrakcyjnej ContentLayout do implementacji platformy.

public:
 static void MapContentLayout(Microsoft::Maui::Handlers::IButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.IButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As IButtonHandler, button As Button)

Parametry

handler
IButtonHandler

Procedura obsługi skojarzona z tą kontrolką.

button
Button

Abstrakcyjna kontrolka, która jest mapowana.

Dotyczy