_ExternalApplication 接口

定义

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

public interface class _ExternalApplication
[System.Runtime.InteropServices.Guid("096cd69f-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface _ExternalApplication
type _ExternalApplication = interface
Public Interface _ExternalApplication
派生
属性

方法

CacheSolution(String)

检查缓存中的表单模板,如果需要,从表单模板的发布位置更新该模板。

Close(String)

关闭指定的 Microsoft InfoPath 窗体。

New(String, Int32)

基于指定的窗体创建新的 Microsoft InfoPath 窗体。

NewFromSolution(String)

基于指定的表单模板创建新的 Microsoft InfoPath 表单。

Open(String, Int32)

打开指定的 Microsoft InfoPath 窗体。

Quit()

退出 Microsoft InfoPath 应用程序。

RegisterSolution(String, String)

安装指定的 Microsoft InfoPath 表单模板。

UnregisterSolution(String)

卸载指定的 Microsoft InfoPath 表单模板。

适用于