Share via


InputParameters.GetEnumerator method

Gets an IEnumerator that can be used to iterate over all entries in the InputParameters collection.

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 InputParameters
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An IEnumerator that can be used to iterate over all entries in the InputParameters collection.

Implements

IEnumerable.GetEnumerator()

See also

Reference

InputParameters interface

InputParameters members

GetEnumerator overload

Microsoft.Office.Interop.InfoPath namespace