VersionUpgradeEvent.XDocument 属性

定义

获取对事件期间OnVersionUpgradeVersionUpgradeEventObject 对象关联的 对象的引用XDocument

public:
 property Microsoft::Office::Interop::InfoPath::XDocument ^ XDocument { Microsoft::Office::Interop::InfoPath::XDocument ^ get(); };
public Microsoft.Office.Interop.InfoPath.XDocument XDocument { get; }
member this.XDocument : Microsoft.Office.Interop.InfoPath.XDocument
Public ReadOnly Property XDocument As XDocument

属性值

实现

示例

在以下示例中,对象的 XDocument 属性 VersionUpgradeEventObject 用于设置对 对象的 XDocument 引用:

public void OnVersionUpgrade(VersionUpgradeEvent e)
{
 XDocument upgradeDocument = e.<span class="label">XDocument</span>;
}

注解

在设置了对 XDocument 属性返回的 XDocument 对象的引用之后,可以使用它提供的任何属性和方法。

适用于