InfoPathEditorWithAppDomain 接口

定义

此类型是用于由 Coclass(托管代码需要此 Coclass 来实现 COM 互操作性)实现的 COM 接口的包装。 要访问由此接口指定的成员,请使用用于包装实现此接口的 Coclass 的类型。 有关该类型的信息(包括用法、备注和示例),请参阅InfoPathEditorObject

public interface class InfoPathEditorWithAppDomain
[System.Runtime.InteropServices.Guid("096CD774-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface InfoPathEditorWithAppDomain
type InfoPathEditorWithAppDomain = interface
Public Interface InfoPathEditorWithAppDomain
属性

方法

Load(String, Object, String)

将窗体文件 (.xml) 加载到 由 对象表示的控件中 InfoPathEditorWithAppDomain

LoadFromStream(Object, Object, String)

将 XML 从文件流 (System.IO.IStream) 加载到 对象中 InfoPathEditorWithAppDomain

NewFromSolution(String, Object, String)

基于表单模板 (.xsn) 文件创建新表单。

NewFromSolutionWithData(String, Object, Int32, Object, String)

基于指定的表单模板和 XML 流中包含的数据创建新表单。

适用于