VCLinkerTool.PerUserRedirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值控制当前配置的 COM 注册是基于用户还是基于计算机。
public:
property bool PerUserRedirection { bool get(); void set(bool value); };
public:
property bool PerUserRedirection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public bool PerUserRedirection { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.PerUserRedirection : bool with get, set
Public Property PerUserRedirection As Boolean
属性值
如果当前配置的注册基于用户,则为 true;如果注册基于计算机,则为 false。
- 属性
注解
每台计算机注册需要计算机的管理凭据。