CustomXMLNode.LastChild 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.
Obtient un CustomXMLNode objet correspondant au dernier élément enfant du nœud actuel. Si le nœud n’a pas d’éléments enfants (ou s’il n’est pas de type msoCustomXMLNodeElement), la propriété retourne Nothing. En lecture seule.
public:
property Microsoft::Office::Core::CustomXMLNode ^ LastChild { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode LastChild { get; }
member this.LastChild : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property LastChild As CustomXMLNode