次の方法で共有


NSTextViewDelegate.WillChangeSelection(NSTextView, NSRange, NSRange) メソッド

定義

[Foundation.Export("textView:willChangeSelectionFromCharacterRange:toCharacterRange:")]
public virtual Foundation.NSRange WillChangeSelection (AppKit.NSTextView textView, Foundation.NSRange oldSelectedCharRange, Foundation.NSRange newSelectedCharRange);
abstract member WillChangeSelection : AppKit.NSTextView * Foundation.NSRange * Foundation.NSRange -> Foundation.NSRange
override this.WillChangeSelection : AppKit.NSTextView * Foundation.NSRange * Foundation.NSRange -> Foundation.NSRange

パラメーター

textView
NSTextView
oldSelectedCharRange
NSRange
newSelectedCharRange
NSRange

戻り値

属性

適用対象