Share via


XmlNodeChangedEventArgs.NewParent プロパティ

定義

操作を完了した後の ParentNode の値を取得します。

public:
 property System::Xml::XmlNode ^ NewParent { System::Xml::XmlNode ^ get(); };
public System.Xml.XmlNode NewParent { get; }
public System.Xml.XmlNode? NewParent { get; }
member this.NewParent : System.Xml.XmlNode
Public ReadOnly Property NewParent As XmlNode

プロパティ値

XmlNode

操作を完了した後の ParentNode の値。 ノードが削除されている場合、このプロパティは null を返します。 属性ノードの場合、このプロパティは OwnerElement.

適用対象