ValidationErrorInfo.Node Property
Gets the OpenXmlElement of the invalid node.
Namespace: DocumentFormat.OpenXml.Validation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Node As OpenXmlElement
Get
Friend Set
'Usage
Dim instance As ValidationErrorInfo
Dim value As OpenXmlElement
value = instance.Node
public OpenXmlElement Node { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.OpenXmlElement