XAttribute 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 XAttribute 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 attributes.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNamespaceDeclaration Determines if this attribute is a namespace declaration.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the expanded name of this attribute.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NextAttribute Gets the next attribute of the parent element.
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 PreviousAttribute Gets the previous attribute of the parent element.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Value Gets or sets the value of this attribute.

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