NSTextViewSpellingQuery 委托

定义

public delegate nint NSTextViewSpellingQuery(NSTextView textView, nint value, NSRange affectedCharRange);
type NSTextViewSpellingQuery = delegate of NSTextView * nint * NSRange -> nint

参数

textView
NSTextView
value
System.System.IntPtr System.nativeint
affectedCharRange
NSRange

返回值

System.System.IntPtr System.nativeint

适用于