RegistryPermissionAttribute.All Propriedade

Definição

Cuidado

Essa API foi preterida.

Cuidado

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Cuidado

Please use the ViewAndModify property instead.

Cuidado

use newer properties

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]
public string All { get; set; }
[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("use newer properties")]
public string All { get; set; }
[<System.Obsolete>]
member this.All : string with 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("use newer properties")>]
member this.All : string with get, set
Public Property All As String

Valor da propriedade

String

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.

Aplica-se a