XDocumentClass class
This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
Inheritance hierarchy
System.Object
Microsoft.Office.Interop.InfoPath.XDocumentClass
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("807573C8-5146-11D5-A672-00B0D022E945")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class XDocumentClass _
Implements _XDocument2, XDocument, _XDocumentEventSink2_Event, _XDocument4, _
_XDocument3, _XDocument
'Usage
Dim instance As XDocumentClass
[GuidAttribute("807573C8-5146-11D5-A672-00B0D022E945")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class XDocumentClass : _XDocument2,
XDocument, _XDocumentEventSink2_Event, _XDocument4, _XDocument3, _XDocument
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.