Aracılığıyla paylaş


OpenXmlReader Constructors

Definition

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.

Applies to