UITextField.GetSelectionRects(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.
Tableau de UITextSelectionRects qui encadrent .range
[Foundation.Export("selectionRectsForRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextSelectionRect[] GetSelectionRects (UIKit.UITextRange range);
abstract member GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]
override this.GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]
Paramètres
- range
- UITextRange
UITextRange pour lequel les rectangles de sélection sont souhaités.
Retours
Tableau (éventuellement vide) des UITextSelectionRects dans .range
Implémente
- Attributs