Freigeben über


OpenXmlPartReader.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 Overrides ReadOnly Property Depth As Integer
    Get
'Usage
Dim instance As OpenXmlPartReader
Dim value As Integer

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

Eigenschaftswert

Typ: System.Int32
Returns Int32.

Siehe auch

Referenz

OpenXmlPartReader Klasse

OpenXmlPartReader-Member

DocumentFormat.OpenXml-Namespace