UITextField.GetCharacterRange(UITextPosition, UITextLayoutDirection) 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 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