IUITextInput.TextInRange(UITextRange) Méthode
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.
Obtient tout le texte spécifié dans une certaine plage.
[Foundation.Export("textInRange:")]
[Foundation.Preserve(Conditional=true)]
public string TextInRange (UIKit.UITextRange range);
abstract member TextInRange : UIKit.UITextRange -> string
Paramètres
- range
- UITextRange
Objet UITextRange indiquant la plage du texte d’un document.
Retours
Documentez la sous-chaîne se trouvant dans une certaine plage spécifiée.
- Attributs