Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (such as an on-screen keyboard)
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property UACUIAccess As Boolean
Get
Set
bool UACUIAccess { get; set; }
property bool UACUIAccess {
bool get ();
void set (bool value);
}
abstract UACUIAccess : bool with get, set
function get UACUIAccess () : boolean
function set UACUIAccess (value : boolean)
Property Value
Type: System.Boolean
true if user interface protection levels are bypassed; otherwise, false.
Remarks
For more information, see the /MANIFESTUAC:uiAccess version of the /MANIFESTUAC (Embeds UAC information in manifest) linker option.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.