IProcessingInstruction
Interface
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IProcessingInstruction : INode
Inherited Members
Properties
The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the
csharp
?>
.
C#
string Data { get; set; }
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.