NSMatchingOptions Enum

Definition

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

Name Value Description
ReportProgress 1
ReportCompletion 2
Anchored 4
WithTransparentBounds 8
WithoutAnchoringBounds 16

Applies to