VCPropertySheet.ManagedExtensions (Propiedad)

Obtiene o establece un valor que indica que esta configuración usa Visual C++.

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

Sintaxis

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

Valor de propiedad

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

Comentarios

ManagedExtensions expone la funcionalidad de la opción /clr (Compilación de Common Language Runtime) del compilador de C++.

Si también establece esta propiedad en lugar de la propiedad de CompileAsManaged del compilador, a otra, propiedades relacionadas para el vinculador y VCWebServiceProxyGeneratorTool establecen automáticamente.Estableciendo la propiedad de CompileAsManaged del compilador reemplaza directamente la propiedad de ManagedExtensions en la configuración.

Seguridad de .NET Framework

Vea también

Referencia

VCPropertySheet Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)