RestrictionEntry.TypeMultiSelect Campo

Definizione

Attenzione

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

Restrizione del tipo "multi-select".

[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

Valore del campo

Value = 4

Implementazioni

Attributi

Commenti

Restrizione del tipo "multi-select". Utilizzare questa opzione per presentare un elenco a selezione multipla in cui è possibile selezionare più voci, ad esempio per la scelta di titoli specifici da consentire l'elenco. Chiamare #setChoiceEntries(String[]) e #setChoiceValues(String[]) per impostare le voci di elenco localizzate da presentare rispettivamente all'utente e ai valori corrispondenti. Utilizzare #getAllSelectedStrings() e #setAllSelectedStrings(String[]) per modificare le selezioni.

per android.content.RestrictionEntry.TYPE_MULTI_SELECT.

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