Share via


XmlModelChange.Node Property

Gets the node that was changed.

Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Usage

'Usage
Dim instance As XmlModelChange
Dim value As XObject

value = instance.Node

Syntax

'Declaration
Public ReadOnly Property Node As XObject
public XObject Node { get; }
public:
property XObject^ Node {
    XObject^ get ();
}
/** @property */
public XObject get_Node ()
public function get Node () : XObject

Property Value

The node that was changed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlModelChange Class
XmlModelChange Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12