XmlNodeChangedEventArgs.Node プロパティ

定義

追加、削除、または変更されている XmlNode を取得します。

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

プロパティ値

XmlNode

追加、削除、または変更されている XmlNode。このプロパティは null を返しません。

適用対象