Windows.GetEnumerator-Methode
Ruft eine IEnumerator-Schnittstelle ab, durch die alle Einträge im WindowsCollection-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 Windows
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator
[DispIdAttribute(-4)]
[TypeLibFuncAttribute(1)]
IEnumerator GetEnumerator ()
Rückgabewert
Eine IEnumerator-Schnittstelle, durch die alle Einträge im WindowsCollection-Objekt durchlaufen werden.
Siehe auch
Referenz
Windows-Schnittstelle
Windows-Member
Microsoft.Office.Interop.InfoPath-Namespace