Entry.MapText 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
MapText(IEntryHandler, Entry)
- Source:
- Entry.Standard.cs
- Source:
- Entry.Standard.cs
- Source:
- Entry.Standard.cs
public:
static void MapText(Microsoft::Maui::Handlers::IEntryHandler ^ handler, Microsoft::Maui::Controls::Entry ^ entry);
public static void MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry);
static member MapText : Microsoft.Maui.Handlers.IEntryHandler * Microsoft.Maui.Controls.Entry -> unit
Public Shared Sub MapText (handler As IEntryHandler, entry As Entry)
Parameters
- handler
- IEntryHandler
- entry
- Entry
Applies to
MapText(EntryHandler, Entry)
- Source:
- Entry.Standard.cs
- Source:
- Entry.Standard.cs
- Source:
- Entry.Standard.cs
public:
static void MapText(Microsoft::Maui::Handlers::EntryHandler ^ handler, Microsoft::Maui::Controls::Entry ^ entry);
public static void MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry);
static member MapText : Microsoft.Maui.Handlers.EntryHandler * Microsoft.Maui.Controls.Entry -> unit
Public Shared Sub MapText (handler As EntryHandler, entry As Entry)
Parameters
- handler
- EntryHandler
- entry
- Entry
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.