This topic has not yet been rated - Rate this topic

VCPropertySheet.ManagedExtensions Property

Gets or sets a value indicating that this configuration uses Visual C++.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
compileAsManagedOptions ManagedExtensions { get; set; }

ManagedExtensions exposes the functionality of the C++ compiler's /clr (Common Language Runtime Compilation) option.

If you set this property instead of the compiler tool's CompileAsManaged property, then other, related properties for the linker and VCWebServiceProxyGeneratorTool are set for you as well. Setting the compiler's CompileAsManaged property directly overrides the ManagedExtensions property on the configuration.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.