Gets the list of files which were generated by the call to
Exporter.Export. Typically exporters produce a single file (e.g.
RtfExporter,
XlsExporter), but some (like
HtmlExporter and
EmfExporter) may produce several files all of which can be then accessed through this property.
シンタックス
'宣言
Public ReadOnly Property OutputFiles As System.Collections.Generic.List(Of String)
'使用法
Dim instance As Exporter
Dim value As System.Collections.Generic.List(Of String)
value = instance.OutputFiles
public System.Collections.Generic.List<string> OutputFiles {get;}
参照