Node.OwnerDocument

Node.OwnerDocument property

このノードに関連付けられたドキュメント オブジェクト。これは、新しいノードを作成するために使用される Document オブジェクトでもあります。このノードがドキュメントまたはドキュメントでまだ使用されていない DocumentType である場合、これは null. です。

public virtual Document OwnerDocument { get; }

関連項目