FormExporter.Process
FormExporter.Process 方法
使用指定的参数启动 FormExporter 处理。
public ResultContainer Process(IPluginOptions options)
参数 | 类型 | 描述 |
---|---|---|
options | IPluginOptions | 一个包含 FormExporter 指令的选项对象。 |
返回值
一个包含操作结果的 ResultContainer 对象。
异常
异常 | 条件 |
---|---|
ArgumentException | 如果 options 不正确。 |