Condividi tramite


Proprietà VCLinkerTool.PerUserRedirection

Ottiene o imposta un valore che controlla se la registrazione COM della configurazione corrente è per singolo utente o per singolo computer.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
true se la registrazione della configurazione corrente è per singolo utente; false se la registrazione è per singolo computer.

Note

La registrazione di per computer richiede credenziali amministrative per il computer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCLinkerTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine