Freigeben über


OpenXmlReader.Depth-Eigenschaft

Gets the depth of the current node in the XML document. The depth of the root element is 0.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Depth As Integer
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Integer

value = instance.Depth
public abstract int Depth { get; }

Eigenschaftswert

Typ: System.Int32
Returns Int32.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace