RegexEditorDialog.RegularExpression Propiedad

Definición

Obtiene o establece el nombre de la expresión regular que se va a editar.

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

Valor de propiedad

El nombre de la expresión regular.

Se aplica a

Consulte también