ITokenEnumerator Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines methods for iterating over a collection of ITokenColorInfo objects.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute("556BA9E0-BD6A-4837-89F0-C79B14759181")]
[ComVisibleAttribute(true)]
public interface class ITokenEnumerator

NameDescription
System_CAPS_pubmethodGetNext()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, returns the next item in a collection of ITokenColorInfo objects.

System_CAPS_pubmethodReset()

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, sets the enumerator to its initial position before the first item in a collection of ITokenColorInfo objects.

.NET Framework
Available since 1.1
Return to top
Show: