Share via


OpenXmlDomReader.IsMiscNode Property

Gets a value indicating whether the current node is an misc XML node (non element).

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsMiscNode As Boolean
    Get
'Usage
Dim instance As OpenXmlDomReader
Dim value As Boolean

value = instance.IsMiscNode
public override bool IsMiscNode { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

IsStartElement and IsEndElement will be false when IsMiscNode==true.

See Also

Reference

OpenXmlDomReader Class

OpenXmlDomReader Members

DocumentFormat.OpenXml Namespace