Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool.UACUIAccess Property

Gets or sets a value that controls whether your application bypasses user interface protection levels and drives input to higher-permission windows on the desktop.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
bool UACUIAccess { get; set; }

Property Value

Type: Boolean
true if user interface protection levels are bypassed; otherwise, false.

For more information, see the /MANIFESTUAC:uiAccess version of the /MANIFESTUAC (Embeds UAC information in manifest) linker option.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.