This documentation is archived and is not being maintained.

SetIteratorResult Enumeration

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

Sets iterators for combinations of elements by Union, Intersection, or Difference, which use containment to control two nested iterators. This will return one of the enumeration values from MoveNext.

Namespace:  System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

public enum class SetIteratorResult

Member nameDescription
NoMoreNodesIteration is complete; there are no more nodes.
InitRightIteratorInitialize right-nested iterator.
NeedLeftNodeThe next node needs to be fetched from the left-nested iterator.
NeedRightNodeThe next node needs to be fetched from the right-nested iterator.
HaveCurrentNodeThis iterator's Current property is set to the next node in the iteration.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: