SLComposeServiceViewController.WillChangeSelectionFromRanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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[]
Parameters
- textView
- NSTextView
- oldSelectedCharRanges
- NSValue[]
- newSelectedCharRanges
- NSValue[]
Returns
NSValue[]
- Attributes