Compartir a través de


UITextView.GetCharacterOffsetOfPosition(UITextPosition, UITextRange) Método

Definición

Devuelve el número de caracteres de algún texto entre position y el inicio 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

Parámetros

position
UITextPosition

Una ubicación en el texto.

range
UITextRange

Intervalo de texto de un documento.

Devoluciones

System.System.IntPtr System.nativeint
Atributos

Se aplica a