NSTextViewDelegate.WillChangeSelectionFromRanges Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Export("textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:")]
public virtual Foundation.NSValue[] WillChangeSelectionFromRanges (AppKit.NSTextView textView, Foundation.NSValue[] oldSelectedCharRanges, Foundation.NSValue[] newSelectedCharRanges);
abstract member WillChangeSelectionFromRanges : AppKit.NSTextView * Foundation.NSValue[] * Foundation.NSValue[] -> Foundation.NSValue[]
override this.WillChangeSelectionFromRanges : AppKit.NSTextView * Foundation.NSValue[] * Foundation.NSValue[] -> Foundation.NSValue[]
Parametri
- textView
- NSTextView
- oldSelectedCharRanges
- NSValue[]
- newSelectedCharRanges
- NSValue[]
Restituisce
NSValue[]
- Attributi