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 반환 null되지 않습니다.

적용 대상