IEnumString interface

Used to enumerate strings.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("00000101-0000-0000-C000-000000000046")> _
Public Interface IEnumString
'Usage
Dim instance As IEnumString
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
public interface IEnumString

Remarks

Call the methods of IEnumString to enumerate through a set of strings.

See also

Reference

IEnumString members

Microsoft.Office.Interop.InfoPath namespace