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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.