OpenXmlPartReader.IsMiscNode-Eigenschaft
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 OpenXmlPartReader
Dim value As Boolean
value = instance.IsMiscNode
public override bool IsMiscNode { get; }
Eigenschaftswert
Typ: System.Boolean
Returns Boolean.
Hinweise
IsStartElement and IsEndElement will be false when IsMiscNode==true.