Regex.Options Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Updated: August 2009
Returns the options passed into the Regex constructor.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Syntax
'Declaration
Public ReadOnly Property Options As RegexOptions
public RegexOptions Options { get; }
Property Value
Type: System.Text.RegularExpressions.RegexOptions
The options parameter that was passed into the Regex constructor.
Remarks
The value of the Options property consists of one or more members of the RegexOptions enumeration. If no options were defined in the Regex class constructor, its value is RegexOptions.None.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Change History
Date |
History |
Reason |
---|---|---|
August 2009 |
Added the Remarks section. |
Customer feedback. |