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