IUITextInput.SelectedTextRange 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檔的選取文字範圍。
[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
。
- 屬性
備註
如果指定的範圍具有長度,則會指定目前選取的文字;如果長度為零,則只會指定插入點的插入號。