ITokenEnumerator 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.
Defines methods for iterating over a collection of ITokenColorInfo objects.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class ITokenEnumerator
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("556BA9E0-BD6A-4837-89F0-C79B14759181")]
public interface ITokenEnumerator
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("556BA9E0-BD6A-4837-89F0-C79B14759181")>]
type ITokenEnumerator = interface
Public Interface ITokenEnumerator
- Attributes
Methods
GetNext() |
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. |
Reset() |
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. |