Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an IEnumerator that iterates over all entries in the WindowsCollection object.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As Windows
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
An IEnumerator that iterates over all entries in the WindowsCollection object.
Remarks
Important
This member can be accessed without restrictions.