Button.MapContentLayout 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
MapContentLayout(ButtonHandler, Button) | |
MapContentLayout(IButtonHandler, Button) |
Maps the abstract ContentLayout property to the platform implementation. |
MapContentLayout(ButtonHandler, Button)
- Source:
- Button.Mapper.cs
- Source:
- 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)
Parameters
- handler
- ButtonHandler
- button
- Button
Applies to
MapContentLayout(IButtonHandler, Button)
- Source:
- Button.Mapper.cs
- Source:
- Button.Mapper.cs
Maps the abstract ContentLayout property to the platform implementation.
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)
Parameters
- handler
- IButtonHandler
The handler associated to this control.
- button
- Button
The abstract control that is being mapped.
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.