VCPropertySheet.ManagedExtensions Property
Visual Studio 2010
Gets or sets a value indicating that this configuration uses Visual C++.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.