共用方式為


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

適用於