Compartir a través de


VCLinkerTool.UACExecutionLevel (Propiedad)

Obtiene o establece un valor que controla si la información de Control de cuentas de usuario (UAC) está incrustada en el manifiesto del programa.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property UACExecutionLevel As linkUACExecutionLevel
linkUACExecutionLevel UACExecutionLevel { get; set; }
property linkUACExecutionLevel UACExecutionLevel {
    linkUACExecutionLevel get ();
    void set (linkUACExecutionLevel value);
}
abstract UACExecutionLevel : linkUACExecutionLevel with get, set
function get UACExecutionLevel () : linkUACExecutionLevel
function set UACExecutionLevel (value : linkUACExecutionLevel)

Valor de propiedad

Tipo: Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
Un miembro de la enumeración linkUACExecutionLevel.

Seguridad de .NET Framework

Vea también

Referencia

VCLinkerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)