Condividi tramite


EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) Metodo

Definizione

Esegue il mapping della proprietà astratta IsSpellCheckEnabled alle implementazioni specifiche della piattaforma.

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)

Parametri

handler
IEditorHandler

Gestore associato.

editor
IEditor

Istanza associata IEditor .

Si applica a