VCLinkerTool.UACUIAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool UACUIAccess { bool get(); void set(bool value); };
public:
property bool UACUIAccess { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(62)]
public bool UACUIAccess { [System.Runtime.InteropServices.DispId(62)] get; [System.Runtime.InteropServices.DispId(62)] set; }
[<System.Runtime.InteropServices.DispId(62)>]
[<get: System.Runtime.InteropServices.DispId(62)>]
[<set: System.Runtime.InteropServices.DispId(62)>]
member this.UACUIAccess : bool with get, set
Public Property UACUIAccess As Boolean
Property Value
true
if user interface protection levels are bypassed; otherwise, false
.
- Attributes
Remarks
For more information, see the /MANIFESTUAC:uiAccess version of the /MANIFESTUAC (Embeds UAC information in manifest) linker option.