Share via


RegExpObject.source 属性

定义

获取由此对象表示的正则表达式模式。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ source { System::String ^ get(); };
public string source { get; }
member this.source : string
Public ReadOnly Property source As String

属性值

由此对象表示的正则表达式模式。

适用于

另请参阅