Sdílet prostřednictvím


InfoPathEditor.XDocument-Eigenschaft

Ruft ein XDocument-Objekt ab, das dem gehosteten InfoPathEditor-Objekt zugeordnet ist.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(1610678276)> _
ReadOnly Property XDocument As XDocument
'Usage
Dim instance As InfoPathEditor
Dim value As XDocument

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

Eigenschaftswert

Ein XDocument-Objekt, das dem gehosteten InfoPathEditor-Objekt zugeordnet ist.

Hinweise

Das zurückgegebene XDocument-Objekt kann für den Zugriff auf Member des InfoPath-Objektmodells und die Arbeit mit diesen Membern verwendet werden.

Weitere Informationen zu den Objekten InfoPathEditor und FormControl finden Sie im MSDN-Artikel Hosting the InfoPath 2007 Form Editing Environment in a Custom Windows Form Application und im Abschnitt "Der als Steuerelement gehostete InfoPath-Editor" von Neuigkeiten für InfoPath-Entwickler.

Siehe auch

Referenz

InfoPathEditor-Schnittstelle
InfoPathEditor-Member
Microsoft.Office.Interop.InfoPath-Namespace