Freigeben über


VCNMakeTool.CompileAsManaged-Eigenschaft

Ruft ab oder legt fest CompileAsManaged-Eigenschaft.

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

Syntax

'Declaration
Property CompileAsManaged As compileAsManagedOptions
compileAsManagedOptions CompileAsManaged { get; set; }
property compileAsManagedOptions CompileAsManaged {
    compileAsManagedOptions get ();
    void set (compileAsManagedOptions value);
}
abstract CompileAsManaged : compileAsManagedOptions with get, set
function get CompileAsManaged () : compileAsManagedOptions
function set CompileAsManaged (value : compileAsManagedOptions)

Eigenschaftswert

Typ: Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions
Ein Wert aus der compileAsManagedOptions-Enumeration.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCNMakeTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace