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