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