XmlReader.Depth Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, obtient la profondeur du nœud actuel dans le document XML.
public:
abstract property int Depth { int get(); };
public abstract int Depth { get; }
member this.Depth : int
Public MustOverride ReadOnly Property Depth As Integer
Valeur de propriété
Profondeur du nœud actuel dans le document XML.
Exceptions
Une méthode XmlReader a été appelée avant la fin d’une opération asynchrone précédente. Dans ce cas, l’exception InvalidOperationException est levée avec le message « Une opération asynchrone est déjà en cours ».
Exemples
Consultez Depth (dans la XmlTextReader
classe) pour obtenir un exemple utilisant cette propriété.