IUITextInput.GetPositionWithinRange Método

Definição

Obtém uma posição dentro de um intervalo especificado.

[Foundation.Export("positionWithinRange:farthestInDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextPosition GetPositionWithinRange (UIKit.UITextRange range, UIKit.UITextLayoutDirection direction);
abstract member GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition

Parâmetros

range
UITextRange

Um objeto UITextRange que indica o intervalo do texto de um documento.

direction
UITextLayoutDirection

Uma constante que indica a direção do armazenamento.

Retornos

Uma posição dentro de um intervalo especificado.

Atributos

Aplica-se a