Compartir a través de


UITextField.GetCharacterRange(UITextPosition, UITextLayoutDirection) Método

Definición

Devuelve un intervalo que representa la distancia desde byExtendingPosition hasta la medida de lo posible en direction.

[Foundation.Export("characterRangeByExtendingPosition:inDirection:")]
public virtual UIKit.UITextRange GetCharacterRange (UIKit.UITextPosition byExtendingPosition, UIKit.UITextLayoutDirection direction);
abstract member GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
override this.GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange

Parámetros

byExtendingPosition
UITextPosition

Una ubicación en algún texto.

direction
UITextLayoutDirection

Dirección del diseño.

Devoluciones

Implementaciones

Atributos

Se aplica a