Compartilhar via


CustomXMLNode.FirstChild Propriedade

Definição

Obtém um CustomXMLNode objeto correspondente ao primeiro elemento filho do nó atual. Se o nó não tiver elementos filho (ou se não for do tipo msoCustomXMLNodeElement), retornará Nothing. Somente leitura.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ FirstChild { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode FirstChild { get; }
member this.FirstChild : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property FirstChild As CustomXMLNode

Valor da propriedade

CustomXMLNode

Aplica-se a