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
Get
Set
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
- 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.