Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Flags Attribute

Class

System.Flags

Applies To

Enum

Constructor

New( )

Properties

None defined

Description

The <Flags> attribute indicates that an enumerated type should be treated as a set of flags that can be added together, rather than as a set of mutually exclusive values.

Категории