NSSpellChecker.MenuForResults Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- result
- NSTextCheckingResult
- checkedString
- String
- options
- NSTextCheckingOptions
- location
- CGPoint
- view
- NSView
Gibt zurück
Gilt für:
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
Parameter
- result
- NSTextCheckingResult
- checkedString
- String
- options
- NSDictionary
- location
- CGPoint
- view
- NSView
Gibt zurück
- Attribute