다음을 통해 공유


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 instance.

적용 대상