Compartir a través de


EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) Método

Definición

Asigna la propiedad abstracta IsSpellCheckEnabled a las implementaciones específicas de la plataforma.

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

Parámetros

handler
IEditorHandler

El controlador asociado.

editor
IEditor

Instancia asociada IEditor .

Se aplica a