IEnumSingleItemExceptions Interface

Enumerates single item exceptions that are stored in a knowledge object.

Syntax

interface IEnumSingleItemExceptions : IUnknown

Members

IEnumSingleItemExceptions methods

Description

IEnumSingleItemExceptions::Next

Returns the next elements in the single item exception set, if they are available.

IEnumSingleItemExceptions::Skip

Skips the specified number of single item exceptions.

IEnumSingleItemExceptions::Reset

Resets the enumerator to the beginning of the single item exception set.

IEnumSingleItemExceptions::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components