RegexCompilationInfo.Namespace 属性

定义

获取或设置新类型所属的命名空间。

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

属性值

新类型的命名空间。

例外

此属性的值为 null

注解

RegexCompilationInfo 用于定义已编译的正则表达式,该正则表达式表示为派生自 Regex的类。 属性 Namespace 定义包含已编译正则表达式类型的命名空间,和 NamespaceName 属性共同定义其完全限定的名称。

适用于