Share via


VCLinkerTool.CLRImageType (Propiedad)

Obtiene o establece un valor que indica el tipo de una imagen de CLR.

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

Sintaxis

'Declaración
Property CLRImageType As eCLRImageType
eCLRImageType CLRImageType { get; set; }
property eCLRImageType CLRImageType {
    eCLRImageType get ();
    void set (eCLRImageType value);
}
abstract CLRImageType : eCLRImageType with get, set
function get CLRImageType () : eCLRImageType
function set CLRImageType (value : eCLRImageType)

Valor de propiedad

Tipo: Microsoft.VisualStudio.VCProjectEngine.eCLRImageType
Enumeración eCLRImageType.

Seguridad de .NET Framework

Vea también

Referencia

VCLinkerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)

Otros recursos

/CLRIMAGETYPE (Especificar tipo de imagen CLR)