RegexCompilationInfo.Options 属性

定义

获取或设置编译正则表达式时使用的选项。

public:
 property System::Text::RegularExpressions::RegexOptions Options { System::Text::RegularExpressions::RegexOptions get(); void set(System::Text::RegularExpressions::RegexOptions value); };
public System.Text.RegularExpressions.RegexOptions Options { get; set; }
member this.Options : System.Text.RegularExpressions.RegexOptions with get, set
Public Property Options As RegexOptions

属性值

RegexOptions

枚举值的按位组合。

注解

CompileToAssembly方法生成包含已编译正则表达式的程序集。 因此,不需要将 指定为 Compiled 此属性的值之一。 如果存在,则 Compiled 忽略 选项。

适用于