XCData Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XCData 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.) |
|
NextNode | Gets the next sibling node of this node. (Inherited from XNode.) |
|
NodeType | Gets the node type for this node. (Overrides XText.NodeType.) |
|
Parent | Gets the parent XElement of this XObject. (Inherited from XObject.) |
|
PreviousNode | Gets the previous sibling node of this node. (Inherited from XNode.) |
|
Value | Gets or sets the value of this node. (Inherited from XText.) |
| 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: