共用方式為


CommentsIds Constructors

Definition

Overloads

CommentsIds()

Initializes a new instance of the CommentsIds class.

CommentsIds(OpenXmlElement[])

Initializes a new instance of the CommentsIds class with the specified child elements.

CommentsIds(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentsIds class with the specified child elements.

CommentsIds(String)

Initializes a new instance of the CommentsIds class from outer XML.

CommentsIds()

Initializes a new instance of the CommentsIds class.

public CommentsIds ();
Public Sub New ()

Applies to

CommentsIds(OpenXmlElement[])

Initializes a new instance of the CommentsIds class with the specified child elements.

public CommentsIds (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentsIds(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentsIds class with the specified child elements.

public CommentsIds (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentsIds(String)

Initializes a new instance of the CommentsIds class from outer XML.

public CommentsIds (string outerXml);
new DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds : string -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to