Partager via


EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) Méthode

Définition

Mappe la propriété abstraite IsSpellCheckEnabled aux implémentations spécifiques de la plateforme.

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)

Paramètres

handler
IEditorHandler

Le gestionnaire associé.

editor
IEditor

Instance associée IEditor .

S’applique à