Colorization RuleApply Method
This returns an enumerable list of captures that match the pattern, if any
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
An enumerable list of captures that match the pattern
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public IEnumerable<Capture> Apply(
string text
)VB
Public Function Apply (
text As String
) As IEnumerable(Of Capture)C++
public:
IEnumerable<Capture^>^ Apply(
String^ text
)F#
member Apply :
text : string -> IEnumerable<Capture> Parameters
- text String
- The text to search
Return Value
IEnumerableCaptureAn enumerable list of captures that match the pattern