RestrictionEntry.TypeMultiSelect フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.

"複数選択" 型の制限。

[Android.Runtime.Register("TYPE_MULTI_SELECT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)]
public const Android.Content.RestrictionEntryType TypeMultiSelect = 4;
[<Android.Runtime.Register("TYPE_MULTI_SELECT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)>]
val mutable TypeMultiSelect : Android.Content.RestrictionEntryType

フィールド値

Value = 4

実装

属性

注釈

"複数選択" 型の制限。 これを使用して、複数のエントリを選択できる複数選択リストを表示します (許可リストに特定のタイトルを選択する場合など)。 #setChoiceEntries(String[])#setChoiceValues(String[])を呼び出して、ローカライズされたリスト エントリをユーザーに表示し、対応する値をそれぞれ設定します。 #getAllSelectedStrings()#setAllSelectedStrings(String[])を使用して選択範囲を操作します。

Javaドキュメント。

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

適用対象