Comments Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.