Member Id Match ExpressionRegular Expression Property
This read-only property returns a Regex for the expression if it should be matched as a
regular expression or null if not.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public Regex RegularExpression { get; }VB
Public ReadOnly Property RegularExpression As Regex
GetC++
public:
property Regex^ RegularExpression {
Regex^ get ();
}F#
member RegularExpression : Regex with getProperty Value
RegexRemarks
The regular expression is cached for future use