Partager via


CustomXMLNode.LastChild Propriété

Définition

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

Valeur de propriété

CustomXMLNode

S’applique à