RegistryPermissionAttribute.All Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.
Cuidado
Please use the ViewAndModify property instead.
Cuidado
Essa API foi preterida.
Obtém ou define acesso completo para as chaves do Registro especificadas.
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
Valor da propriedade
Uma lista separada por ponto e vírgula de caminhos de chave do Registro para acesso completo.
- Atributos
Exceções
O acessador get é chamado; ele é fornecido apenas para compatibilidade do compilador C#.
Comentários
O acesso à chave implica o acesso a todas as subchaves e a todos os valores.