Collection of TidyMessages
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class HtmlParserMessageCollection : CollectionBase, IList, ICollection, IEnumerable
Inheritance: objectCollectionBaseHtmlParserMessageCollection
Implements:
Inherited Members
Constructors
Public default constructor
C#
public HtmlParserMessageCollection()
Properties
Errors - the number of errors that occurred in the most recent parse operation
C#
public virtual int Errors { get; }
Methods
Adds a message.
C#
public void Add(HtmlParserMessage message)
The message to add.