Colorization RulePattern Property
This read-only property returns the regular expression used by the rule
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public Regex Pattern { get; }VB
Public ReadOnly Property Pattern As Regex
GetC++
public:
property Regex^ Pattern {
Regex^ get ();
}F#
member Pattern : Regex with get