'宣言 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
- 使用するエクスポートフィルター。
戻り値の型
非同期操作の管理に使用できる IAsyncActionWithProgress<TProgress> インタフェース。