OpenXmlReader 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
OpenXmlReader() |
Initializes a new instance of the OpenXmlReader class. |
OpenXmlReader(Boolean) |
Initializes a new instance of the OpenXmlReader class using the supplied Boolean value. |
OpenXmlReader()
Initializes a new instance of the OpenXmlReader class.
protected OpenXmlReader ();
Protected Sub New ()
Applies to
OpenXmlReader(Boolean)
Initializes a new instance of the OpenXmlReader class using the supplied Boolean value.
protected OpenXmlReader (bool readMiscNodes);
new DocumentFormat.OpenXml.OpenXmlReader : bool -> DocumentFormat.OpenXml.OpenXmlReader
Protected Sub New (readMiscNodes As Boolean)
Parameters
- readMiscNodes
- Boolean
Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.