EditorHandler.MapIsSpellCheckEnabled(IEditorHandler, IEditor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将抽象 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
关联的处理程序。