CommentEnd Class
Represents the end of a comment.
public sealed class CommentEnd : Inline
Public NotInheritable Class CommentEnd
Inherits Inline
- Inheritance:
- System.ObjectCommentEnd
Remarks
CommentEnd element is used in a pair with CommentStart element to mark the region of the comment.
Constructors
CommentEnd(DocumentModel, Comment)
Creates the new instance of the CommentEnd class
public CommentEnd(DocumentModel document, Comment comment)
Public Sub New(document As DocumentModel, comment As Comment)
Parameters
document
- DocumentModel
The owner document.
comment
- Comment
The comment that this element delimits.
Properties
Comment
Gets the comment that this element delimits.
Property Value
The parent comment.
ElementType
Gets the ElementType of this Element instance.
public override ElementType ElementType { get; }
Public Overrides ReadOnly Property ElementType As ElementType
Property Value
The ElementType of this Element instance.
Overrides
Inherited Properties
Content | Gets the content of the current Element. (Inherited from Element) |
Document | Gets the owner document. (Inherited from Element) |
Parent | Gets the parent of this Element instance. (Inherited from Element) |
ParentCollection | Gets the InlineCollection that contains this Inline instance. (Inherited from Inline) |
Revision | Gets or sets the revision information for the inline. (Inherited from Inline) |
Inherited Methods
Clone(System.Boolean) | Clones this Inline instance. (Inherited from Inline) |
GetChildElements(System.Boolean) | Gets the child elements. (Inherited from Element) |
GetChildElements(System.Boolean, ElementType[]) | Gets the child elements filtered by ElementType. (Inherited from Element) |
GetParentElements() | Gets the parent elements. (Inherited from Element) |
GetParentElements(ElementType[]) | Gets the parent elements. (Inherited from Element) |