UITextField.GetCharacterRange(UITextPosition, UITextLayoutDirection) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um intervalo que representa a distância de byExtendingPosition
até o mais longe possível em 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
Um local em algum texto.
- direction
- UITextLayoutDirection
A direção do layout.
Retornos
Implementações
- Atributos