InfoPathEditor.NewFromSolution(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于表单模板 (.xsn) 文件创建新表单。
public:
void NewFromSolution(System::String ^ bstrSolutionURI);
public void NewFromSolution (string bstrSolutionURI);
abstract member NewFromSolution : string -> unit
Public Sub NewFromSolution (bstrSolutionURI As String)
参数
- bstrSolutionURI
- String
表单模板的路径或 URL (.xsn) 文件。
注解
有关 和 对象的详细信息InfoPathEditor,请参阅 MSDN 一文在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境面向 InfoPath 开发人员的新增功能。FormControl