共用方式為


EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) 方法

定義

將抽象 IsSpellCheckEnabled 屬性對應至平臺特定的實作。

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)

參數

handler
IEditorHandler

相關的處理常式。

editor
IEditor

相關聯的 IEditor 實例。

適用於