Freigeben über


IUITextInput.GetOffsetFromPosition(UITextPosition, UITextPosition) Methode

Definition

Ruft die Anzahl sichtbarer Zeichen zwischen zwei definierten Textpositionen ab.

[Foundation.Export("offsetFromPosition:toPosition:")]
[Foundation.Preserve(Conditional=true)]
public nint GetOffsetFromPosition (UIKit.UITextPosition fromPosition, UIKit.UITextPosition toPosition);
abstract member GetOffsetFromPosition : UIKit.UITextPosition * UIKit.UITextPosition -> nint

Parameter

fromPosition
UITextPosition

Anfängliche Textposition.

toPosition
UITextPosition

Endgültige Textposition.

Gibt zurück

System.System.IntPtr System.nativeint

Die Anzahl der sichtbaren Zeichen zwischen den beiden angegebenen Textpositionen.

Attribute

Gilt für: