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
'Usage
Dim instance As VCNMakeTool 
Dim value As compileAsManagedOptions 

value = instance.CompileAsManaged

instance.CompileAsManaged = value
compileAsManagedOptions CompileAsManaged { get; set; }
property compileAsManagedOptions CompileAsManaged {
    compileAsManagedOptions get ();
    void set (compileAsManagedOptions value);
}
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

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace