IEnumString Interface

Used to enumerate strings.

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

Syntax

'Declaration
<GuidAttribute("00000101-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumString
'Usage
Dim instance As IEnumString
[GuidAttribute("00000101-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
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