This documentation is archived and is not being maintained.
XmlNodeOrder Enumeration
Visual Studio 2010
Describes the document order of a node compared to a second node.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() | Before | The current node of this navigator is before the current node of the supplied navigator. |
![]() | After | The current node of this navigator is after the current node of the supplied navigator. |
![]() | Same | The two navigators are positioned on the same node. |
![]() | Unknown | The node positions cannot be determined in document order, relative to each other. This could occur if the two nodes reside in different trees. |
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:
