TextBuffer.regularExpressions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
regularExpressions() | |
regularExpressions(Boolean) |
regularExpressions()
public:
virtual bool regularExpressions();
public virtual bool regularExpressions ();
abstract member regularExpressions : unit -> bool
override this.regularExpressions : unit -> bool
Public Overridable Function regularExpressions () As Boolean
Returns
Applies to
regularExpressions(Boolean)
public:
virtual bool regularExpressions(bool _useRegularExpressions);
public virtual bool regularExpressions (bool _useRegularExpressions);
abstract member regularExpressions : bool -> bool
override this.regularExpressions : bool -> bool
Public Overridable Function regularExpressions (_useRegularExpressions As Boolean) As Boolean
Parameters
- _useRegularExpressions
- Boolean