Condividi tramite


IUITextInput.SelectedTextRange Proprietà

Definizione

Intervallo di testo selezionato di un documento.

[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

Valore della proprietà

Se non è presente alcuna selezione specificata corrente, è impostata su null.

Attributi

Commenti

Se l'intervallo specificato ha lunghezza, specifica il testo attualmente selezionato; se lunghezza zero, specifica solo il punto di inserimento.

Si applica a