Compartir a través de


CustomXMLNode.LastChild Propiedad

Definición

Obtiene un CustomXMLNode objeto correspondiente al último elemento secundario del nodo actual. Si el nodo no tiene elementos secundarios (o si no es de tipo msoCustomXMLNodeElement), la propiedad devuelve Nothing. Solo lectura.

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

Valor de propiedad

CustomXMLNode

Se aplica a