RegexEditorDialog.RegularExpression 属性

定义

获取或设置要编辑的正则表达式的名称。

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

属性值

String

正则表达式的名称。

适用于

另请参阅