XmlDocument.OwnerDocument Propriedade

Definição

Obtém o XmlDocument a que pertence o nó atual.

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

Valor de Propriedade

Para XmlDocument nós (NodeType igual a XmlNodeType.Document), esta propriedade devolve nullsempre .

Aplica-se a