VCLinkerTool.UACExecutionLevel, propriété
Obtient ou définit une valeur qui contrôle si les informations de contrôle de compte d'utilisateur (UAC, User Account Control) sont incorporées dans le manifeste du programme.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
Membre de l'énumération linkUACExecutionLevel.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.