共用方式為


FeaturePropertyBags Constructors

Definition

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.

Applies to