Partager via


CustomXMLNode.PreviousSibling Propriété

Définition

Renvoie le nœud frère précédent (élément, commentaire ou instruction de traitement) du nœud actif. Si le nœud actuel est le premier frère à son niveau, la propriété retourne Nothing. En lecture seule.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ PreviousSibling { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode PreviousSibling { get; }
member this.PreviousSibling : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property PreviousSibling As CustomXMLNode

Valeur de propriété

CustomXMLNode

S’applique à