Signatures.GetEnumerator method
Gets an IEnumerator that iterates over all entries in the SignaturesCollection object.
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 Signatures
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
An IEnumerator that iterates over all entries in the SignaturesCollection object.
Remarks
Important
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.