'Declaration Public Shared Function GetLines( _ ByVal tm As ITextMap, _ ByVal fragment As TextMapFragment _ ) As System.Collections.Generic.List(Of String)
public static System.Collections.Generic.List<string> GetLines( ITextMap tm, TextMapFragment fragment )
Parameters
- tm
- The current ITextMap.
- fragment
- The target fragment.
Return Value
The list of all lines belonging to the fragment..