Button.MapContentLayout Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MapContentLayout(ButtonHandler, Button) | |
MapContentLayout(IButtonHandler, Button) |
Cartes la propriété abstraite ContentLayout à l’implémentation de la plateforme. |
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)
Paramètres
- handler
- ButtonHandler
- button
- Button
S’applique à
MapContentLayout(IButtonHandler, Button)
- Source:
- Button.Mapper.cs
- Source:
- Button.Mapper.cs
Cartes la propriété abstraite ContentLayout à l’implémentation de la plateforme.
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)
Paramètres
- handler
- IButtonHandler
Gestionnaire associé à ce contrôle.
- button
- Button
Contrôle abstrait en cours de mappage.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.