UITextDocumentProxy.SelectedText Property

Definition

Returns the selected text.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? SelectedText { [Foundation.Export("selectedText")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedText")>]
member this.SelectedText : string

Property Value

Implements

Attributes

Applies to