'宣言 Public Function ExportAsyncEx( _ ByVal exportFilter As ExportFilter _ ) As IAsyncActionWithProgress(Of Double)
'使用法 Dim instance As C1DocumentSource Dim exportFilter As ExportFilter Dim value As IAsyncActionWithProgress(Of Double) value = instance.ExportAsyncEx(exportFilter)
public IAsyncActionWithProgress<double> ExportAsyncEx( ExportFilter exportFilter )
パラメータ
- exportFilter