ColorizationRuleApply Method
This returns an enumerable list of captures that match the pattern, if any
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public IEnumerable<Capture> Apply(
string text
)
Public Function Apply (
text As String
) As IEnumerable(Of Capture)
public:
IEnumerable<Capture^>^ Apply(
String^ text
)
member Apply :
text : string -> IEnumerable<Capture>
- text String
- The text to search
IEnumerableCaptureAn enumerable list of captures that match the pattern