UITextField.GetCharacterOffsetOfPosition(UITextPosition, UITextRange) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Ubicación en el texto.
- range
- UITextRange
Intervalo de texto de un documento.
Devoluciones
System.System.IntPtr
System.nativeint
- Atributos