UITextField.GetCharacterOffsetOfPosition(UITextPosition, UITextRange) Méthode

Définition

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

S’applique à