SignedDataBlocks.GetEnumerator Method

Gets an IEnumerator that iterates over all entries in the SignedDataBlocksCollection 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 SignedDataBlocks
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()

Return Value

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

Implements

IEnumerable.GetEnumerator()

See Also

Reference

SignedDataBlocks Interface

SignedDataBlocks Members

GetEnumerator Overload

Microsoft.Office.Interop.InfoPath Namespace