Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether COM registration for the current configuration is per-user or per-computer.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property PerUserRedirection As Boolean
Get
bool PerUserRedirection { get; }
property bool PerUserRedirection {
bool get ();
}
abstract PerUserRedirection : bool
function get PerUserRedirection () : boolean
Property Value
Type: System.Boolean
true if registration of the current configuration is per-user; false if registration is per-computer.
Remarks
Per-computer registration requires administrative credentials for the computer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.