VCNMakeTool.CompileAsManaged Property

Gets or sets the CompileAsManaged property.

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

Syntax

声明
Property CompileAsManaged As compileAsManagedOptions
用法
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.

Permissions

See Also

Reference

VCNMakeTool Interface

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace