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
'Декларация
Public Overrides ReadOnly Property IsMiscNode As Boolean
Get
'Применение
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.