UITextField.GetCharacterRange(UITextPosition, UITextLayoutDirection) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un intervallo che rappresenta la distanza da byExtendingPosition
a quanto possibile in 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
Parametri
- byExtendingPosition
- UITextPosition
Posizione in un testo.
- direction
- UITextLayoutDirection
Direzione del layout.
Restituisce
Implementazioni
- Attributi