Freigeben über


VCPropertySheet.ManagedExtensions-Eigenschaft

Ruft einen Wert ab, der angibt, dass für diese Konfiguration Visual C++ verwendet wird, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions
Eine compileAsManagedOptions-Enumeration.

Hinweise

ManagedExtensions macht die Funktionalität der C++-Compileroption /clr (Common Language Runtime-Kompilierung) verfügbar.

Beim Festlegen dieser Eigenschaft anstelle der vom Compiler, Tools CompileAsManaged-Eigenschaft andere verwandter Eigenschaften für den Linker, und VCWebServiceProxyGeneratorTool für Sie auch festgelegt werden.Die CompileAsManaged-Eigenschaft des Compilers festlegen, überschreibt die direkt ManagedExtensions-Eigenschaft in der Konfiguration.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCPropertySheet Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace