AttributeNameList 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
AttributeNameList() |
Initializes a new instance of the AttributeNameList class. |
AttributeNameList(OpenXmlElement[]) |
Initializes a new instance of the AttributeNameList class with the specified child elements. |
AttributeNameList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the AttributeNameList class with the specified child elements. |
AttributeNameList(String) |
Initializes a new instance of the AttributeNameList class from outer XML. |
AttributeNameList()
Initializes a new instance of the AttributeNameList class.
public AttributeNameList ();
Public Sub New ()
Applies to
AttributeNameList(OpenXmlElement[])
Initializes a new instance of the AttributeNameList class with the specified child elements.
public AttributeNameList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.AttributeNameList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.AttributeNameList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AttributeNameList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AttributeNameList class with the specified child elements.
public AttributeNameList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.AttributeNameList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.AttributeNameList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AttributeNameList(String)
Initializes a new instance of the AttributeNameList class from outer XML.
public AttributeNameList (string outerXml);
new DocumentFormat.OpenXml.Presentation.AttributeNameList : string -> DocumentFormat.OpenXml.Presentation.AttributeNameList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.