UITextField.GetCharacterOffsetOfPosition(UITextPosition, 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.
Retourne le nombre de caractères dans un texte compris entre position
et le début de .range
[Foundation.Export("characterOffsetOfPosition:withinRange:")]
public virtual nint GetCharacterOffsetOfPosition (UIKit.UITextPosition position, UIKit.UITextRange range);
abstract member GetCharacterOffsetOfPosition : UIKit.UITextPosition * UIKit.UITextRange -> nint
override this.GetCharacterOffsetOfPosition : UIKit.UITextPosition * UIKit.UITextRange -> nint
Paramètres
- position
- UITextPosition
Emplacement dans le texte.
- range
- UITextRange
Plage de texte dans un document.
Retours
System.System.IntPtr
System.nativeint
- Attributs