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