ColorizationRulePattern Property
This read-only property returns the regular expression used by the rule
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public Regex Pattern { get; }
Public ReadOnly Property Pattern As Regex
Get
public:
property Regex^ Pattern {
Regex^ get ();
}
member Pattern : Regex with get
Property Value
Regex