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