Share via


NSSpellChecker.ShowCorrectionIndicatorOfType 方法

定义

[Foundation.Export("showCorrectionIndicatorOfType:primaryString:alternativeStrings:forStringInRect:view:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShowCorrectionIndicatorOfType (AppKit.NSCorrectionIndicatorType type, string primaryString, string[] alternativeStrings, CoreGraphics.CGRect forStringInRect, AppKit.NSRulerView view, AppKit.NSSpellCheckerShowCorrectionIndicatorOfTypeHandler completionHandler);
abstract member ShowCorrectionIndicatorOfType : AppKit.NSCorrectionIndicatorType * string * string[] * CoreGraphics.CGRect * AppKit.NSRulerView * AppKit.NSSpellCheckerShowCorrectionIndicatorOfTypeHandler -> unit
override this.ShowCorrectionIndicatorOfType : AppKit.NSCorrectionIndicatorType * string * string[] * CoreGraphics.CGRect * AppKit.NSRulerView * AppKit.NSSpellCheckerShowCorrectionIndicatorOfTypeHandler -> unit

参数

primaryString
String
alternativeStrings
String[]
forStringInRect
CGRect
属性

适用于