共用方式為


OpenXmlElementList Constructors

Definition

Overloads

OpenXmlElementList()

Initializes a new instance of the OpenXmlElementList class.

OpenXmlElementList(OpenXmlElement)

Creates an instance of OpenXmlElementList.

OpenXmlElementList()

Initializes a new instance of the OpenXmlElementList class.

protected OpenXmlElementList ();
Protected Sub New ()

Applies to

OpenXmlElementList(OpenXmlElement)

Creates an instance of OpenXmlElementList.

public OpenXmlElementList (DocumentFormat.OpenXml.OpenXmlElement container);
new DocumentFormat.OpenXml.OpenXmlElementList : DocumentFormat.OpenXml.OpenXmlElement -> DocumentFormat.OpenXml.OpenXmlElementList
Public Sub New (container As OpenXmlElement)

Parameters

container
OpenXmlElement

Applies to