RegexCompilationInfo.Pattern 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要编译的正则表达式。
public:
property System::String ^ Pattern { System::String ^ get(); void set(System::String ^ value); };
public string Pattern { get; set; }
member this.Pattern : string with get, set
Public Property Pattern As String
属性值
要编译的正则表达式。
例外
此属性的值为 null
。
注解
Pattern属性可以包含任何有效的正则表达式。 如果 属性的值不是语法正确的正则表达式模式,则对 方法的调用 Pattern CompileToAssembly 将引发 ArgumentException 。