Partager via


CustomXMLNode.NextSibling Propriété

Définition

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

Valeur de propriété

CustomXMLNode

S’applique à