XProcessingInstruction.NodeType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the node type for this node.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Property Value
Type: System.Xml.XmlNodeTypeThe node type. For XProcessingInstruction objects, this value is ProcessingInstruction.
Show: