UserManager.UserRestrictions Proprietà
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
deprecated
Restituisce le restrizioni a livello di utente imposte all'utente del contesto. - oppure - Questo non funzionerà più.
public virtual Android.OS.Bundle? UserRestrictions { [Android.Runtime.Register("getUserRestrictions", "()Landroid/os/Bundle;", "GetGetUserRestrictionsHandler")] get; [Android.Runtime.Register("setUserRestrictions", "(Landroid/os/Bundle;)V", "GetSetUserRestrictions_Landroid_os_Bundle_Handler")] [System.Obsolete("deprecated")] set; }
[<get: Android.Runtime.Register("getUserRestrictions", "()Landroid/os/Bundle;", "GetGetUserRestrictionsHandler")>]
[<set: Android.Runtime.Register("setUserRestrictions", "(Landroid/os/Bundle;)V", "GetSetUserRestrictions_Landroid_os_Bundle_Handler")>]
[<set: System.Obsolete("deprecated")>]
member this.UserRestrictions : Android.OS.Bundle with get, set
Valore della proprietà
bundle contenente tutte le restrizioni.
- Attributi
Commenti
Documentazione del getter delle proprietà:
Restituisce le restrizioni a livello di utente imposte all'utente del contesto.
per android.os.UserManager.getUserRestrictions().
Documentazione del setter delle proprietà:
Classe che tiene traccia di un userId, nonché della chiamataUid che lo chiede.
per android.os.UserManager.setUserRestrictions(android.os.Bundle).
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.