VCLinkerTool.DataExecutionPrevention 屬性

取得或設定值,來控制 Windows 資料執行防止 (DEP) 功能。

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

語法

'宣告
Property DataExecutionPrevention As enumDataExecutionPreventionBOOL
enumDataExecutionPreventionBOOL DataExecutionPrevention { get; set; }
property enumDataExecutionPreventionBOOL DataExecutionPrevention {
    enumDataExecutionPreventionBOOL get ();
    void set (enumDataExecutionPreventionBOOL value);
}
abstract DataExecutionPrevention : enumDataExecutionPreventionBOOL with get, set
function get DataExecutionPrevention () : enumDataExecutionPreventionBOOL
function set DataExecutionPrevention (value : enumDataExecutionPreventionBOOL)

屬性值

型別:Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL
enumDataExecutionPreventionBOOL 列舉的成員。

.NET Framework 安全性

請參閱

參考

VCLinkerTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間