Ler em inglês Editar

Compartilhar via


XmlDocument.OwnerDocument Property

Definition

Gets the XmlDocument to which the current node belongs.

public override System.Xml.XmlDocument OwnerDocument { get; }
public override System.Xml.XmlDocument? OwnerDocument { get; }

Property Value

For XmlDocument nodes (NodeType equals XmlNodeType.Document), this property always returns null.

Applies to