ForEachFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags that are specified on a foreach statement. Values may be or'ed together, not all invalid combinations of flags are detected.
This enumeration supports a bitwise combination of its member values.
public enum class ForEachFlags
[System.Flags]
public enum ForEachFlags
[<System.Flags>]
type ForEachFlags =
Public Enum ForEachFlags
- Inheritance
-
ForEachFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No flags specified. |
Parallel | 1 | The -parallel flag. |