다음을 통해 공유


NSTextFieldTextCheckingResults 대리자

정의

public delegate Foundation.NSTextCheckingResult[] NSTextFieldTextCheckingResults(NSTextField textField, NSTextView textView, NSTextCheckingResult[] candidates, NSRange selectedRange);
type NSTextFieldTextCheckingResults = delegate of NSTextField * NSTextView * NSTextCheckingResult[] * NSRange -> NSTextCheckingResult[]

매개 변수

textField
NSTextField
textView
NSTextView
candidates
NSTextCheckingResult[]
selectedRange
NSRange

반환 값

적용 대상