IEditable.Clear メソッド

定義

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
属性

注釈

replace(0, length(), "", 0, 0 の利便性。 これにより、スパンではなくテキストがクリアされることに注意してください。必要な場合は を使用 #clearSpans します。

android.text.Editable.clear()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

こちらもご覧ください

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