RestrictionEntry.TypeMultiSelect Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 = 4Implementazioni
- 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.