Compartir a través de


VCLinkerTool.DataExecutionPrevention (Propiedad)

Obtiene o establece un valor que controla la característica de Prevención de ejecución de datos (DEP) datos de Windows.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL
Un miembro de la enumeración enumDataExecutionPreventionBOOL.

Seguridad de .NET Framework

Vea también

Referencia

VCLinkerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)