XAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseUri | Gets the base URI for this XObject. (Inherited from XObject.) |
|
Document | Gets the XDocument for this XObject. (Inherited from XObject.) |
|
EmptySequence | Gets an empty collection of attributes. |
|
IsNamespaceDeclaration | Determines if this attribute is a namespace declaration. |
|
Name | Gets the expanded name of this attribute. |
|
NextAttribute | Gets the next attribute of the parent element. |
|
NodeType | Gets the node type for this node. (Overrides XObject.NodeType.) |
|
Parent | Gets the parent XElement of this XObject. (Inherited from XObject.) |
|
PreviousAttribute | Gets the previous attribute of the parent element. |
|
Value | Gets or sets the value of this attribute. |
| Name | Description | |
|---|---|---|
|
IXmlLineInfo.LineNumber | Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.) |
|
IXmlLineInfo.LinePosition | Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.) |
Show: