CustomXMLNode.NextSibling 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.
Renvoie le nœud frère suivant (élément, commentaire ou instruction de traitement) du nœud actif. Si le nœud est le dernier élément frère à ce niveau, la propriété renvoie la valeur Nothing. En lecture seule.
public:
property Microsoft::Office::Core::CustomXMLNode ^ NextSibling { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode NextSibling { get; }
member this.NextSibling : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property NextSibling As CustomXMLNode