Share via


UITextView.SelectedRanges Property

Definition

[ObjCRuntime.BindAs(typeof(Foundation.NSRange[]), OriginalType=typeof(Foundation.NSValue[]))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange[] SelectedRanges { [Foundation.Export("selectedRanges", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedRanges:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindAs(typeof(Foundation.NSRange[]), OriginalType=typeof(Foundation.NSValue[]))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedRanges", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedRanges:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedRanges : Foundation.NSRange[] with get, set

Property Value

Attributes

Applies to