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 un accès complet 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é
Liste séparée par des points-virgules des chemins de clé de Registre, pour un accès complet.
- Attributs
Exceptions
L’accesseur get est appelé ; elle est fournie uniquement pour la compatibilité du compilateur C#.
Remarques
L’accès à la clé implique l’accès à toutes les sous-clés et à toutes les valeurs.