[]
Gets the text of a TextMapFragment.
public static string GetText(this ITextMap tm, TextMapFragment fragment)
Public Shared Function GetText(tm As ITextMap, fragment As TextMapFragment) As String
Type | Name | Description |
---|---|---|
ITextMap | tm | The current ITextMap. |
TextMapFragment | fragment | The target fragment. |
Type | Description |
---|---|
string | The text of the fragment. |