RegistryPermissionAttribute.All Özellik

Tanım

Dikkat

Bu API artık kullanım dışıdır.

Dikkat

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Dikkat

Please use the ViewAndModify property instead.

Dikkat

use newer properties

Belirtilen kayıt defteri anahtarları için tam erişimi alır veya ayarlar.

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

Özellik Değeri

String

Tam erişim için kayıt defteri anahtar yollarının noktalı virgülle ayrılmış listesi.

Öznitelikler

Özel durumlar

Get erişimcisi çağrılır; yalnızca C# derleyici uyumluluğu için sağlanır.

Açıklamalar

Anahtar erişimi, tüm alt anahtarlara ve tüm değerlere erişim anlamına gelir.

Şunlara uygulanır