UITextView.GetCharacterOffsetOfPosition(UITextPosition, UITextRange) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il numero di caratteri in un testo compreso tra position
e l'inizio range
di .
[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
Parametri
- position
- UITextPosition
Posizione nel testo.
- range
- UITextRange
Intervallo di testo in un documento.
Restituisce
System.System.IntPtr
System.nativeint
- Attributi