MarkdownRenderer.AlterChildRuns(Span, Action<Span,Run>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs an action against any runs that occur within the given span.
protected void AlterChildRuns(Windows.UI.Xaml.Documents.Span parentSpan, Action<Windows.UI.Xaml.Documents.Span,Windows.UI.Xaml.Documents.Run> action);
member this.AlterChildRuns : Windows.UI.Xaml.Documents.Span * Action<Windows.UI.Xaml.Documents.Span, Windows.UI.Xaml.Documents.Run> -> unit
Protected Sub AlterChildRuns (parentSpan As Span, action As Action(Of Span, Run))
Parameters
- parentSpan
- Windows.UI.Xaml.Documents.Span
- action
- Action<Windows.UI.Xaml.Documents.Span,Windows.UI.Xaml.Documents.Run>