次の方法で共有


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 インスタンス。

適用対象