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