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) | |
MapText(EntryHandler, Entry) |
MapText(IEntryHandler, Entry)
- 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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.