'宣言 Public Overloads Sub Export( _ ByVal exporter As Exporter, _ ByVal stream As System.IO.Stream _ )
'使用法 Dim instance As ProgressForm Dim exporter As Exporter Dim stream As System.IO.Stream instance.Export(exporter, stream)
パラメータ
- exporter
- The exporter to use.
- stream
- The output stream.