RestrictionEntry.TypeMultiSelect フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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[])を使用して選択範囲を操作します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。