CommentStart Class
Represents the start of a comment.
public sealed class CommentStart : Inline
Public NotInheritable Class CommentStart
Inherits Inline
- Inheritance:
- System.ObjectCommentStart
Remarks
CommentStart element is used in a pair with CommentEnd element to mark the region of the comment.
Constructors
CommentStart(DocumentModel, Comment)
Creates the new instance of the CommentStart class
public CommentStart(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) |