次の方法で共有


EntryHandler.MapIsTextPredictionEnabled(IEntryHandler, IEntry) メソッド

定義

抽象 IsTextPredictionEnabled プロパティをプラットフォーム固有の実装にマップします。

public:
 static void MapIsTextPredictionEnabled(Microsoft::Maui::Handlers::IEntryHandler ^ handler, Microsoft::Maui::IEntry ^ entry);
public static void MapIsTextPredictionEnabled (Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.IEntry entry);
static member MapIsTextPredictionEnabled : Microsoft.Maui.Handlers.IEntryHandler * Microsoft.Maui.IEntry -> unit
Public Shared Sub MapIsTextPredictionEnabled (handler As IEntryHandler, entry As IEntry)

パラメーター

handler
IEntryHandler

関連付けられたハンドラー。

entry
IEntry

関連付けられた IEntry インスタンス。

適用対象