VCLinkerTool.PerUserRedirection 属性

获取一个值,该值控制当前配置的 COM 注册是基于用户还是基于计算机。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property PerUserRedirection As Boolean
bool PerUserRedirection { get; set; }
property bool PerUserRedirection {
    bool get ();
    void set (bool value);
}
abstract PerUserRedirection : bool with get, set
function get PerUserRedirection () : boolean 
function set PerUserRedirection (value : boolean)

属性值

类型:Boolean
如果当前配置的注册基于用户,则为 true;如果注册基于计算机,则为 false。

备注

每个计算机注册为计算机需要管理凭据。

.NET Framework 安全性

请参阅

参考

VCLinkerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间