.NET Framework Class Library
XObject Class
Represents a node or an attribute in an XML tree.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Syntax
Visual Basic (Declaration)
Public MustInherit Class XObject _ Implements IXmlLineInfo
Visual Basic (Usage)
Dim instance As XObject
C#
public abstract class XObject : IXmlLineInfo
Visual C++
public ref class XObject abstract : IXmlLineInfo
JScript
public abstract class XObject implements IXmlLineInfo
Remarks
This class is the abstract common base class for XNode and XAttribute. It provides some basic functionality that is common to both classes, such as annotations, and raising events when nodes have changed.
Note that annotations are not part of the XML infoset; they are not serialized or deserialized.
Inheritance Hierarchy
System.Object
System.Xml.Linq.XObject
System.Xml.Linq.XAttribute
System.Xml.Linq.XNode
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5.NET Compact Framework
Supported in: 3.5XNA Framework
Supported in: 3.0See Also