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.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.

See Also

Reference

InputParameters Interface

InputParameters Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace