This topic has not yet been rated - Rate this topic

XText Properties

The XText 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 NextNode Gets the next sibling node of this node. (Inherited from XNode.)
Public property NodeType Gets the node type for this node. (Overrides XObject.NodeType.)
Public property Parent Gets the parent XElement of this XObject. (Inherited from XObject.)
Public property PreviousNode Gets the previous sibling node of this node. (Inherited from XNode.)
Public property Value Gets or sets the value 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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.