XElement Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XElement type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 BaseUri Gets the base URI for this XObject. (Inherited from XObject.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Document Gets the XDocument for this XObject. (Inherited from XObject.)
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 EmptySequence Gets an empty collection of elements.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FirstAttribute Gets the first attribute of this element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FirstNode Get the first child node of this node. (Inherited from XContainer.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HasAttributes Gets a value indicating whether this element as at least one attribute.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HasElements Gets a value indicating whether this element has at least one child element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsEmpty Gets a value indicating whether this element contains no content.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LastAttribute Gets the last attribute of this element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LastNode Get the last child node of this node. (Inherited from XContainer.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the name of this element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NextNode Gets the next sibling node of this node. (Inherited from XNode.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NodeType Gets the node type for this node. (Overrides XObject.NodeType.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Parent Gets the parent XElement of this XObject. (Inherited from XObject.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PreviousNode Gets the previous sibling node of this node. (Inherited from XNode.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Value Gets the concatenated text contents of this element.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IXmlLineInfo.LineNumber Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IXmlLineInfo.LinePosition Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.)

Top