共用方式為


IUITextInput.SelectedTextRange 屬性

定義

檔的選取文字範圍。

[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange SelectedTextRange { [Foundation.Export("selectedTextRange", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedTextRange:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SelectedTextRange : UIKit.UITextRange with get, set

屬性值

如果沒有目前的指定選取範圍,則會將其設定為 null

屬性

備註

如果指定的範圍具有長度,則會指定目前選取的文字;如果長度為零,則只會指定插入點的插入號。

適用於