Share via


TextFilterRule.GetRegexOptions Method

Definition

Gets a RegexOptions object that matches the values of IgnoreCase and CultureInvariant.

protected public:
 System::Text::RegularExpressions::RegexOptions GetRegexOptions();
protected internal System.Text.RegularExpressions.RegexOptions GetRegexOptions ();
member this.GetRegexOptions : unit -> System.Text.RegularExpressions.RegexOptions
Protected Friend Function GetRegexOptions () As RegexOptions

Returns

A RegexOptions object that matches the values of IgnoreCase and CultureInvariant.

Applies to