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
傳回
- 屬性