Partager via


IUITextInput.TextInRange(UITextRange) Méthode

Définition

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

S’applique à