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