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