OpenXmlDomReader Constructor (OpenXmlElement, Boolean)
Initializes a new instance of the OpenXmlDomReader.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub New ( _
openXmlElement As OpenXmlElement, _
readMiscNodes As Boolean _
)
'Uso
Dim openXmlElement As OpenXmlElement
Dim readMiscNodes As Boolean
Dim instance As New OpenXmlDomReader(openXmlElement, _
readMiscNodes)
public OpenXmlDomReader(
OpenXmlElement openXmlElement,
bool readMiscNodes
)
Parameters
- openXmlElement
Type: DocumentFormat.OpenXml.OpenXmlElement
The OpenXmlElement to be read.
- readMiscNodes
Type: System.Boolean
Setting it to 'false' will define the reader's behavior to skip all miscellaneous nodes. The default value is 'false'.