HyperlinkList Constructor (IEnumerable<OpenXmlElement>)
Initializes a new instance of the HyperlinkList class with the specified child elements.
Namespace: DocumentFormat.OpenXml.ExtendedProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
childElements As IEnumerable(Of OpenXmlElement) _
)
'Usage
Dim childElements As IEnumerable(Of OpenXmlElement)
Dim instance As New HyperlinkList(childElements)
public HyperlinkList(
IEnumerable<OpenXmlElement> childElements
)
Parameters
- childElements
Type: System.Collections.Generic.IEnumerable<OpenXmlElement>
Specifies the child elements.