Linguaggio

IEditable.Clear Metodo

Definizione

Praticità per replace(0, length(), "", 0, 0).

[Android.Runtime.Register("clear", "()V", "GetClearHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Clear();
[<Android.Runtime.Register("clear", "()V", "GetClearHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Clear : unit -> unit
Attributi

Commenti

Praticità per replace(0, length(), "", 0, 0). Si noti che questo cancella il testo, non gli intervalli; se #clearSpans necessario.

per android.text.Editable.clear().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

  • <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>