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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.