Comments Constructors

Definition

Overloads

Comments()

Initializes a new instance of the Comments class.

Comments(String)

Initializes a new instance of the Comments class with the specified text content.

Comments()

Initializes a new instance of the Comments class.

public Comments ();
Public Sub New ()

Applies to

Comments(String)

Initializes a new instance of the Comments class with the specified text content.

public Comments (string text);
new DocumentFormat.OpenXml.Bibliography.Comments : string -> DocumentFormat.OpenXml.Bibliography.Comments
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to