NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcArgumentMap.ArgGroup Enumeration

[This is preliminary documentation and subject to change.]

Allow us to assign an argument to a specific group.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
Public Enum VcArgumentMap.ArgGroup
[C#]
[Flags]
public enum VcArgumentMap.ArgGroup

Remarks

Missing <remarks> documentation for T:NAnt.VSNet.VcArgumentMap.ArgGroup

Members

Member Name Description Value
Unassigned The argument is not assigned to any group. 0
OptiIgnoreGroup The argument is ignored when the optimization level is set to Minimum Size (1) or Maximum Size (2). 1

Requirements

Namespace: NAnt.VSNet

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet Namespace