Compartilhar via


Propriedade VCLinkerTool.DataExecutionPrevention

Obtém ou define um valor que o controle recurso de (DEP) de prevenção de execução de dados.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.enumDataExecutionPreventionBOOL
Um membro de enumeração enumDataExecutionPreventionBOOL .

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine