UITextView.GetTextRange(UITextPosition, UITextPosition) 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.
Retourne la plage de texte entre deux positions dans un document.
[Foundation.Export("textRangeFromPosition:toPosition:")]
public virtual UIKit.UITextRange GetTextRange (UIKit.UITextPosition fromPosition, UIKit.UITextPosition toPosition);
abstract member GetTextRange : UIKit.UITextPosition * UIKit.UITextPosition -> UIKit.UITextRange
override this.GetTextRange : UIKit.UITextPosition * UIKit.UITextPosition -> UIKit.UITextRange
Paramètres
- fromPosition
- UITextPosition
Position de départ.
- toPosition
- UITextPosition
Position de fin.
Retours
Implémente
- Attributs