NSMatchingFlags 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.
Enumerates flags for use with the NSMatchEnumerator delegate.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSMatchingFlags
type NSMatchingFlags =
- Inheritance
-
NSMatchingFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Progress | 1 | |
Completed | 2 | |
HitEnd | 4 | |
RequiredEnd | 8 | |
InternalError | 16 |