IEnumString Interface

Definition

Enumerates a group of strings. You do not usually need to implement this interface. For more information, see IEnumString.

public interface class IEnumString
public interface class IEnumString
__interface IEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumString
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumString = interface
[<System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumString = interface
Public Interface IEnumString
Attributes

Methods

Clone(IEnumString)
Next(UInt32, String[], UInt32)
Reset()
Skip(UInt32)

Applies to