共用方式為


VCLinkerTool.UACExecutionLevel 屬性

取得或設定值,控制使用者帳戶控制 (UAC) 資訊是否要內嵌在程式資訊清單中。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property UACExecutionLevel As linkUACExecutionLevel
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)

屬性值

類型:Microsoft.VisualStudio.VCProjectEngine.linkUACExecutionLevel
linkUACExecutionLevel 列舉的成員。

.NET Framework 安全性

請參閱

參考

VCLinkerTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間