AvalonEdit
ConstructElementFromMatch Method (m)
NamespacesICSharpCode.AvalonEdit.RenderingLinkElementGeneratorConstructElementFromMatch(Match)
Constructs a VisualLineElement that replaces the matched text. The default implementation will create a VisualLineLinkText based on the URI provided by GetUriFromMatch(Match).
Declaration Syntax
C#Visual BasicVisual C++
protected virtual VisualLineElement ConstructElementFromMatch(
	Match m
)
Protected Overridable Function ConstructElementFromMatch ( _
	m As Match _
) As VisualLineElement
protected:
virtual VisualLineElement^ ConstructElementFromMatch(
	Match^ m
)
Parameters
m (Match)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238