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