Specifies the type of the regex.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum XshdRegexType
Public Enumeration XshdRegexType
public enum class XshdRegexType
Members
Member | Description |
---|---|
Default |
Normal regex. Used when the regex was specified as attribute.
|
IgnorePatternWhitespace |
Ignore pattern whitespace / allow regex comments. Used when the regex was specified as text element.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238