ViewInfos.GetEnumerator method

Gets an IEnumerator that iterates over all entries in the ViewInfosCollection object.

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

Syntax

'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As ViewInfos
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An IEnumerator that iterates over all entries in the ViewInfosCollection object.

Implements

IEnumerable.GetEnumerator()

See also

Reference

ViewInfos interface

ViewInfos members

GetEnumerator overload

Microsoft.Office.Interop.InfoPath namespace