UITextField.TextInRange(UITextRange) 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.
Sottostringa di testo in range
.
[Foundation.Export("textInRange:")]
public virtual string TextInRange (UIKit.UITextRange range);
abstract member TextInRange : UIKit.UITextRange -> string
override this.TextInRange : UIKit.UITextRange -> string
Parametri
- range
- UITextRange
Intervallo di testo.
Restituisce
Implementazioni
- Attributi