IEnumString Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to enumerate strings.
public interface class IEnumString
[System.Runtime.InteropServices.Guid("00000101-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumString
type IEnumString = interface
Public Interface IEnumString
- Attributes
Remarks
Call the methods of IEnumString to enumerate through a set of strings.
Methods
Clone(IEnumString) |
Creates another enumerator that contains the same enumeration state as the current one. |
RemoteNext(UInt32, String, UInt32) |
Retrieves a specified number of items in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips over a specified number of items in the enumeration sequence. |