RestrictionEntry.SetRestrictions(RestrictionEntry[]) Metodo
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.
Imposta una matrice di possibili voci di restrizione, che questa voce può contenere.
[Android.Runtime.Register("setRestrictions", "([Landroid/content/RestrictionEntry;)V", "GetSetRestrictions_arrayLandroid_content_RestrictionEntry_Handler", ApiSince=23)]
public virtual void SetRestrictions(Android.Content.RestrictionEntry[]? restrictions);
[<Android.Runtime.Register("setRestrictions", "([Landroid/content/RestrictionEntry;)V", "GetSetRestrictions_arrayLandroid_content_RestrictionEntry_Handler", ApiSince=23)>]
abstract member SetRestrictions : Android.Content.RestrictionEntry[] -> unit
override this.SetRestrictions : Android.Content.RestrictionEntry[] -> unit
Parametri
- restrictions
- RestrictionEntry[]
Voci di restrizione figlio da impostare.
- Attributi
Commenti
Imposta una matrice di possibili voci di restrizione, che questa voce può contenere.
Questo metodo è rilevante solo per i tipi #TYPE_BUNDLE e #TYPE_BUNDLE_ARRAY
per android.content.RestrictionEntry.setRestrictions(android.content.RestrictionEntry[]).
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.