Share via


IBETextInput.SelectedTextRange Property

Definition

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextRange? SelectedTextRange { [Foundation.Export("selectedTextRange", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedTextRange:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedTextRange", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedTextRange:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedTextRange : UIKit.UITextRange with get, set

Property Value

Attributes

Applies to