Compartir a través de


CustomXMLNode.ParentNode Propiedad

Definición

Obtiene al elemento primario de nodo de elemento del nodo actual. Si el nodo actual está en el nivel de raíz, la propiedad devuelve Nothing. Solo lectura.

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

Valor de propiedad

CustomXMLNode

Se aplica a