'Declaration Sub GetFragmentToPos( _ ByVal pos As MapPos, _ ByRef fragment As TextMapFragment, _ ByRef text As System.String _ )
void GetFragmentToPos( MapPos pos, out TextMapFragment fragment, out System.string text )
Parameters
- pos
- The MapPos specifying the end of the range.
- fragment
- OUT: a TextMapFragment representing the text in the range.
- text
- OUT: the fragment's text.