'宣言 Overloads Sub GetFragment( _ ByRef fragment As TextMapFragment, _ ByRef text As System.String _ )
void GetFragment( out TextMapFragment fragment, out System.string text )
パラメータ
- fragment
- 出力:ページ内のテキストを表す TextMapFragment。
- text
- 出力:フラグメントのテキスト。
'宣言 Overloads Sub GetFragment( _ ByRef fragment As TextMapFragment, _ ByRef text As System.String _ )
void GetFragment( out TextMapFragment fragment, out System.string text )