VCLinkerTool.DataExecutionPrevention 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值控制 Windows 数据执行保护 (DEP) 功能。
public:
property Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL DataExecutionPrevention { Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL DataExecutionPrevention { Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumDataExecutionPreventionBOOL value); };
[System.Runtime.InteropServices.DispId(119)]
public Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL DataExecutionPrevention { [System.Runtime.InteropServices.DispId(119)] get; [System.Runtime.InteropServices.DispId(119)] set; }
[<System.Runtime.InteropServices.DispId(119)>]
[<get: System.Runtime.InteropServices.DispId(119)>]
[<set: System.Runtime.InteropServices.DispId(119)>]
member this.DataExecutionPrevention : Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL with get, set
Public Property DataExecutionPrevention As enumDataExecutionPreventionBOOL
属性值
enumDataExecutionPreventionBOOL 枚举的一个成员。
- 属性