IUITextInput.SelectedTextRange Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Plage du texte sélectionné d’un document.
[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
Valeur de propriété
S’il n’existe aucune sélection spécifiée actuelle, elle est définie sur null
.
- Attributs
Remarques
Si la plage spécifiée a une longueur, elle spécifie le texte actuellement sélectionné ; si la longueur est nulle, elle spécifie uniquement le caret au point d’insertion.