'Declaration Overloads Sub GetFragment( _ ByRef fragment As TextMapFragment, _ ByRef text As System.String _ )
void GetFragment( out TextMapFragment fragment, out System.string text )
Parameters
- fragment
- OUT: a TextMapFragment representing the text on the page.
- text
- OUT: the fragment's text.