Share via


NSTextSelection.GetTextSelection(NSTextRange[]) Method

Definition

[Foundation.Export("textSelectionWithTextRanges:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextSelection GetTextSelection(UIKit.NSTextRange[] textRanges);
[<Foundation.Export("textSelectionWithTextRanges:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextSelection : UIKit.NSTextRange[] -> UIKit.NSTextSelection
override this.GetTextSelection : UIKit.NSTextRange[] -> UIKit.NSTextSelection

Parameters

textRanges
NSTextRange[]

Returns

Attributes

Applies to