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