次の方法で共有


HTMLTaskPaneExternal.XDocument プロパティ

定義

カスタム作業ウィンドウに関連付けられている への 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

プロパティ値

次の例では、 HTMLTaskPaneExternal オブジェクトは Dynamic HTML (DHTML) ウィンドウ オブジェクトの外部プロパティを使用して、InfoPath オブジェクト モデルの一部である XDocument オブジェクトへの参照を設定します。

var objXDoc;

objXDoc  = window.external.<span class="label">XDocument</span>;
objXDoc.View.SwitchView("View2");

注釈

返される XDocument オブジェクトは、カスタム作業ウィンドウと関連付けられている、フォームの基になっている XML ドキュメントを表します。

適用対象