Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
linkUACExecutionLevel Enumeration

Specifies whether User Account Control (UAC) information is embedded in the program manifest.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic
Public Enumeration linkUACExecutionLevel
C#
public enum linkUACExecutionLevel
Visual C++
public enum class linkUACExecutionLevel
F#
type linkUACExecutionLevel
JScript
public enum linkUACExecutionLevel
Member nameDescription
linkUACExecutionLevelAsInvokerThe application will run with the same permissions as the process that started it. This value is equivalent to the asInvoker link option parameter.
linkUACExecutionLevelHighestAvailableThe application will run with the highest permission level that it can. This value is equivalent to the highestAvailable link option parameter.
linkUACExecutionLevelRequireAdministratorThe application will run with administrator permissions. This value is equivalent to the requireAdministrator link option parameter.

This enumeration corresponds to the /MANIFESTUAC (Embeds UAC information in manifest) linker option. For more information, see the _level parameter of the /MANIFESTUAC:level version of the linker option.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker