NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlPI Class

Represents a processing instruction node.

Object
   XmlNode
      XmlPI

[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

Remarks

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.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlPI Members | System.Xml Namespace