VCNMakeTool.CompileAsManaged Property

Gets or sets the CompileAsManaged property.

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)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions
A value from the compileAsManagedOptions enumeration.

.NET Framework Security

See Also

Reference

VCNMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace