XNode Properties
Collapse the table of content
Expand the table of content

XNode Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The XNode type exposes the following members.

  NameDescription
Public property BaseUri Gets the base URI for this XObject. (Inherited from XObject.)
Public property Document Gets the XDocument for this XObject. (Inherited from XObject.)
Public property Static member DocumentOrderComparer Gets a comparer that can compare the relative position of two nodes.
Public property Static member EqualityComparer Gets a comparer that can compare two nodes for value equality.
Public property NextNode Gets the next sibling node of this node.
Public property NodeType Gets the node type for this XObject. (Inherited from XObject.)
Public property Parent Gets the parent XElement of this XObject. (Inherited from XObject.)
Public property PreviousNode Gets the previous sibling node of this node.
Top

  NameDescription
Explicit interface implemetation Private property IXmlLineInfo.LineNumber Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Explicit interface implemetation Private property IXmlLineInfo.LinePosition Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Top

Show:
© 2017 Microsoft