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