NSMatchingOptions 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 options for use with NSRegularExpression regular expression objects.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSMatchingOptions
type NSMatchingOptions =
- Inheritance
-
NSMatchingOptions
- Attributes
Fields
Anchored | 4 | |
ReportCompletion | 2 | |
ReportProgress | 1 | |
WithoutAnchoringBounds | 16 | |
WithTransparentBounds | 8 |