Represents a processing instruction node.
[Visual Basic] Public Class XmlPI Inherits XmlNode [C#] public class XmlPI : XmlNode [C++] public __gc class XmlPI : public XmlNode [JScript] public class XmlPI extends XmlNode
This class represents an XML processing instruction such as
The XmlPI
class has no public constructors. Instances of XmlPI are created using the CreatePI and AddPI methods.
Namespace: System.Xml
Assembly: System.dll