RegistryPermissionAttribute.All Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.
Attention
Please use the ViewAndModify property instead.
Attention
Cette API est à présent déconseillée.
Obtient ou définit l'accès total pour les clés de Registre spécifiées.
public:
property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")]
public string All { get; set; }
public string All { get; set; }
[System.Obsolete("Please use the ViewAndModify property instead.")]
public string All { get; set; }
[System.Obsolete]
public string All { get; set; }
[<System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")>]
member this.All : string with get, set
member this.All : string with get, set
[<System.Obsolete("Please use the ViewAndModify property instead.")>]
member this.All : string with get, set
[<System.Obsolete>]
member this.All : string with get, set
Public Property All As String
Valeur de propriété
Une liste de chemins d'accès de clés de Registre séparés par des points-virgules, pour l'accès complet.
- Attributs
Exceptions
L'accesseur get est appelé ; il n'est fourni que pour des raisons de compatibilité avec le compilateur C#.
Remarques
L’accès à la clé implique l’accès à toutes les sous-clés et à toutes les valeurs.