XMLFileAdapter2 接口

定义

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

public interface class XMLFileAdapter2 : Microsoft::Office::Interop::InfoPath::SemiTrust::XMLFileAdapter
[System.Runtime.InteropServices.Guid("096cd5d5-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface XMLFileAdapter2 : Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter
type XMLFileAdapter2 = interface
    interface XMLFileAdapter
Public Interface XMLFileAdapter2
Implements XMLFileAdapter
派生
属性
实现

属性

FileURL

获取或设置与 对象关联的 XMLFileAdapterObject XML 文件的统一资源定位符 (URL) 。

Name

获取对象的名称 XMLFileAdapterObject

QueryAllowed

总是返回 true

SubmitAllowed

总是返回 false

方法

Query()

从关联的数据适配器中读取数据。

Submit()

Submit 方法可用于 XMLFileAdapterObject 对象,但由于 XMLFileAdapter 对象仅可用于接收数据,因此该方法在该对象上调用该方法时将始终生成运行时错误。

适用于