次の方法で共有


EditorHandler.MapIsTextPredictionEnabled(IEditorHandler, IEditor) メソッド

定義

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

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

パラメーター

handler
IEditorHandler

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

editor
IEditor

関連付けられている IEditor インスタンス。

適用対象