RadControls for WinForms

The
CopyC#
ProcessingInstruction
interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

See also the Document Object Model (DOM) Level 2 Core Specification.

Namespace: Telerik.WinControls.RichTextBox.FileFormats.Html.Parsing.Dom
Assembly: Telerik.WinControls.RichTextBox (in Telerik.WinControls.RichTextBox.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public interface IProcessingInstruction : INode
Visual Basic
Public Interface IProcessingInstruction _
	Inherits INode

See Also