Share via


RegistryPermissionAttribute.All 屬性

定義

警告

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

警告

Please use the ViewAndModify property instead.

警告

此 API 現已淘汰。

取得或設定指定之登錄機碼的完整權限。

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

屬性值

以分號分隔的清單,列出可以完整存取的登錄機碼路徑。

屬性

例外狀況

呼叫了 get 存取子,這個存取子是針對 C# 編譯器相容性而提供。

備註

金鑰存取意指存取所有子機碼和所有值。

適用於