SignatureLines.GetEnumerator method

Gets a IEnumerator object that iterates over all entries in the SignatureLinesCollection.

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

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An enumerator for iterating over the entries in the collection.

Remarks

The order of the SignatureLineObject objects in the collection corresponds to the value of the Tab index property assigned to each control when you add it to the view.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

SignatureLines interface

SignatureLines members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace