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 命名空间