NSSpellChecker.MenuForResults 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MenuForResults(NSTextCheckingResult, String, NSTextCheckingOptions, CGPoint, NSView) | |
MenuForResults(NSTextCheckingResult, String, NSDictionary, CGPoint, NSView) |
MenuForResults(NSTextCheckingResult, String, NSTextCheckingOptions, CGPoint, NSView)
public AppKit.NSMenu MenuForResults (Foundation.NSTextCheckingResult result, string checkedString, AppKit.NSTextCheckingOptions options, CoreGraphics.CGPoint location, AppKit.NSView view);
member this.MenuForResults : Foundation.NSTextCheckingResult * string * AppKit.NSTextCheckingOptions * CoreGraphics.CGPoint * AppKit.NSView -> AppKit.NSMenu
参数
- result
- NSTextCheckingResult
- checkedString
- String
- options
- NSTextCheckingOptions
- location
- CGPoint
- view
- NSView
返回
适用于
MenuForResults(NSTextCheckingResult, String, NSDictionary, CGPoint, NSView)
[Foundation.Export("menuForResult:string:options:atLocation:inView:")]
public virtual AppKit.NSMenu MenuForResults (Foundation.NSTextCheckingResult result, string checkedString, Foundation.NSDictionary options, CoreGraphics.CGPoint location, AppKit.NSView view);
abstract member MenuForResults : Foundation.NSTextCheckingResult * string * Foundation.NSDictionary * CoreGraphics.CGPoint * AppKit.NSView -> AppKit.NSMenu
override this.MenuForResults : Foundation.NSTextCheckingResult * string * Foundation.NSDictionary * CoreGraphics.CGPoint * AppKit.NSView -> AppKit.NSMenu
参数
- result
- NSTextCheckingResult
- checkedString
- String
- options
- NSDictionary
- location
- CGPoint
- view
- NSView
返回
- 属性