共用方式為


Window2.XDocument 屬性

取得與 WindowObject 物件所代表的視窗關聯之 XDocument 物件。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(3)> _
ReadOnly Property XDocument As XDocument
'用途
Dim instance As Window2
Dim value As XDocument

value = instance.XDocument
[DispIdAttribute(3)] 
XDocument XDocument { get; }

備註

XDocument 屬性只能與編輯視窗類型搭配使用。如果與設計視窗類型搭配使用,則會傳回錯誤。如果在表單區域中未開啟表單,也會傳回錯誤。

範例

在下列範例中,會使用 Window 物件的 XDocument 屬性,設定與目前使用中視窗關聯的表單基礎 XML 文件參照:

XDocument xDoc = thisApplication.ActiveWindow.XDocument;

請參閱

參考

Window2 介面
Window2 成員
Microsoft.Office.Interop.InfoPath 命名空間