[]
Gets the lines of text in a TextMapFragment.
public static List<string> GetLines(this ITextMap tm, TextMapFragment fragment)
Public Shared Function GetLines(tm As ITextMap, fragment As TextMapFragment) As List(Of String)
Type | Name | Description |
---|---|---|
ITextMap | tm | The current ITextMap. |
TextMapFragment | fragment | The target fragment. |
Type | Description |
---|---|
List<string> | The list of all lines belonging to the fragment.. |