VCPropertySheet::ManagedExtensions Property
Visual Studio 2015
Gets or sets a value indicating that this configuration uses Visual C++.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
property compileAsManagedOptions ManagedExtensions { compileAsManagedOptions get(); void set(compileAsManagedOptions value); }
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine::compileAsManagedOptionsA compileAsManagedOptions enumeration.
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.
Show: