OpenXmlReader.IsMiscNode Property

Definition

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

public abstract bool IsMiscNode { get; }
member this.IsMiscNode : bool
Public MustOverride ReadOnly Property IsMiscNode As Boolean

Property Value

Returns Boolean.

Remarks

IsStartElement and IsEndElement will be false when IsMiscNode is true.

Applies to