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