RegistryPermissionAttribute.All 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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# 编译器兼容。
注解
键访问意味着访问所有子项和所有值。