XmlDocument.OwnerDocument Propriedade

Definição

Obtém o XmlDocument ao qual pertence o nó atual.

public:
 virtual property System::Xml::XmlDocument ^ OwnerDocument { System::Xml::XmlDocument ^ get(); };
public override System.Xml.XmlDocument OwnerDocument { get; }
public override System.Xml.XmlDocument? OwnerDocument { get; }
member this.OwnerDocument : System.Xml.XmlDocument
Public Overrides ReadOnly Property OwnerDocument As XmlDocument

Valor da propriedade

XmlDocument

Para XmlDocument nós (NodeType igual a XmlNodeType.Document), essa propriedade sempre retorna null.

Aplica-se a