Sdílet prostřednictvím


EditorHandler.MapIsTextPredictionEnabled(IEditorHandler, IEditor) Metoda

Definice

Mapuje abstraktní IsTextPredictionEnabled vlastnost na implementace specifické pro platformu.

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)

Parametry

handler
IEditorHandler

Přidružená obslužná rutina.

editor
IEditor

Přidružená IEditor instance.

Platí pro