Sdílet prostřednictvím


EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) Metoda

Definice

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

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)

Parametry

handler
IEditorHandler

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

editor
IEditor

Přidružená IEditor instance.

Platí pro