Aracılığıyla paylaş


DatastoreItem Constructors

Definition

Overloads

DatastoreItem()

Initializes a new instance of the DatastoreItem class.

DatastoreItem(OpenXmlElement[])

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

DatastoreItem(IEnumerable<OpenXmlElement>)

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

DatastoreItem(String)

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

DatastoreItem()

Initializes a new instance of the DatastoreItem class.

public DatastoreItem ();
Public Sub New ()

Applies to

DatastoreItem(OpenXmlElement[])

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

public DatastoreItem (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DatastoreItem(IEnumerable<OpenXmlElement>)

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

public DatastoreItem (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DatastoreItem(String)

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

public DatastoreItem (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem : string -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to