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 User Account Control (UAC) information is embedded in the program manifest.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property UACExecutionLevel As linkUACExecutionLevel
Get
Set
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)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
A member of the linkUACExecutionLevel enumeration.
.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.