XMLNodes.GetEnumerator-Methode
Ruft IEnumerator ab, wodurch alle Einträge im XMLNodesCollection-Objekt durchlaufen werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(-4)> _
<TypeLibFuncAttribute(1)> _
Function GetEnumerator As IEnumerator
'Usage
Dim instance As XMLNodes
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator
[DispIdAttribute(-4)]
[TypeLibFuncAttribute(1)]
IEnumerator GetEnumerator ()
Rückgabewert
Eine IEnumerator-Schnittstelle, durch die alle Einträge im XMLNodesCollection-Objekt durchlaufen werden.
Siehe auch
Referenz
XMLNodes-Schnittstelle
XMLNodes-Member
Microsoft.Office.Interop.InfoPath-Namespace