NAnt SDK Documentation - v0.92

VcArgumentMap.ArgGroup Enumeration

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]
<Serializable, _  Flags>
Public Enum VcArgumentMap.ArgGroup
[C#]
[Serializable]
[Flags]
public enum 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