XMLNodesCollectionClass 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.XMLNodesCollectionClass

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("0E221C61-FD53-4BCB-8FA8-C4A341C90863")> _
Public Class XMLNodesCollectionClass _
    Implements XMLNodes, XMLNodesCollection, IEnumerable
'Usage
Dim instance As XMLNodesCollectionClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("0E221C61-FD53-4BCB-8FA8-C4A341C90863")]
public class XMLNodesCollectionClass : XMLNodes, 
    XMLNodesCollection, IEnumerable

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.

See also

Reference

XMLNodesCollectionClass members

Microsoft.Office.Interop.InfoPath namespace