XProcessingInstruction Properties
Collapse the table of content
Expand the table of content

XProcessingInstruction Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The XProcessingInstruction type exposes the following members.

  NameDescription
Public property BaseUri Gets the base URI for this XObject. (Inherited from XObject.)
Public property Data Gets or sets the string value of this processing instruction.
Public property Document Gets the XDocument for this XObject. (Inherited from XObject.)
Public property NextNode Gets the next sibling node of this node. (Inherited from XNode.)
Public property NodeType Gets the node type for this node. (Overrides XObject.NodeType.)
Public property Parent Gets the parent XElement of this XObject. (Inherited from XObject.)
Public property PreviousNode Gets the previous sibling node of this node. (Inherited from XNode.)
Public property Target Gets or sets a string containing the target application for this processing instruction.
Top

  NameDescription
Explicit interface implemetation Private property IXmlLineInfo.LineNumber Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Explicit interface implemetation Private property IXmlLineInfo.LinePosition Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Top

Show:
© 2017 Microsoft