Condividi tramite


Proprietà VCPropertySheet.ManagedExtensions

Ottiene o imposta un valore che indica che in questa configurazione viene utilizzato Visual C++.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions
In compileAsManagedOptions enumerazione.

Note

ManagedExtensions espone la funzionalità del compilatore C++ /clr (Compilazione Common Language Runtime) opzione.

Se si imposta questa proprietà anziché lo strumento compilatore CompileAsManaged proprietà, quindi altra, proprietà correlate per il linker e VCWebServiceProxyGeneratorTool vengono impostati automaticamente anche.impostare il compilatore CompileAsManaged la proprietà direttamente esegue l'override ManagedExtensions proprietà della configurazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPropertySheet Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine