CustomXMLNode.PreviousSibling 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 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