Compartilhar via


Propriedade VCLinkerTool.UACExecutionLevel

Obtém ou define um valor que controle se a informação de Controle de Conta de Usuário (UAC) está inserida no manifesto do programa.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
Um membro de enumeração linkUACExecutionLevel .

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine