AutoCompleteTextView.Threshold プロパティ

定義

ドロップダウン リストを表示する前にユーザーが入力する必要がある文字数を返します。 または、ドロップダウン リストが表示される前に、ユーザーが編集ボックスに入力する必要がある最小文字数を指定します。

public virtual int Threshold { [Android.Runtime.Register("getThreshold", "()I", "GetGetThresholdHandler")] get; [Android.Runtime.Register("setThreshold", "(I)V", "GetSetThreshold_IHandler")] set; }
[<get: Android.Runtime.Register("getThreshold", "()I", "GetGetThresholdHandler")>]
[<set: Android.Runtime.Register("setThreshold", "(I)V", "GetSetThreshold_IHandler")>]
member this.Threshold : int with get, set

プロパティ値

ドロップダウンを表示するために入力する最小文字数

属性

注釈

プロパティ getter のドキュメント:

ドロップダウン リストを表示する前にユーザーが入力する必要がある文字数を返します。

android.widget.AutoCompleteTextView.getThreshold()Java ドキュメント。

プロパティ セッターのドキュメント:

ユーザーがドロップダウン リストを表示する前に編集ボックスに入力する必要がある最小文字数を指定します。

が 0 以下の場合 threshold は、しきい値 1 が適用されます。

android.widget.AutoCompleteTextView.setThreshold(int)Java ドキュメント。

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

適用対象

こちらもご覧ください