IXmlNode.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 le dernier nœud enfant.
public:
property IXmlNode ^ LastChild { IXmlNode ^ get(); };
IXmlNode LastChild();
public IXmlNode LastChild { get; }
var iXmlNode = iXmlNode.lastChild;
Public ReadOnly Property LastChild As IXmlNode
Valeur de propriété
Dernier nœud enfant. Cette propriété a la valeur NULL s’il n’y a pas d’enfants.