RegExpConstructor.input 属性

定义

获取或设置用于正则表达式搜索的输入字符串。

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

public:
 property System::Object ^ input { System::Object ^ get(); void set(System::Object ^ value); };
public object input { get; set; }
member this.input : obj with get, set
Public Property input As Object

属性值

用于正则表达式搜索的输入字符串。

适用于

另请参阅