VCConfiguration.PerUserRedirection 属性

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

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

语法

声明
ReadOnly Property PerUserRedirection As Boolean
bool PerUserRedirection { get; }
property bool PerUserRedirection {
    bool get ();
}
abstract PerUserRedirection : bool with get
function get PerUserRedirection () : boolean

属性值

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

备注

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

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间