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!

XmlProcessingInstruction Class

Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.

Object
   XmlNode
      XmlLinkedNode
         XmlProcessingInstruction

[Visual Basic]
Public Class XmlProcessingInstruction
   Inherits XmlLinkedNode
[C#]
public class XmlProcessingInstruction : XmlLinkedNode
[C++]
public __gc class XmlProcessingInstruction : public XmlLinkedNode
[JScript]
public class XmlProcessingInstruction extends XmlLinkedNode

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlProcessingInstruction Members | System.NewXml Namespace