AddNodeChange.NextNode Property

Gets or sets the next sibling tree node.

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

Usage

'Usage
Dim instance As AddNodeChange
Dim value As XObject

value = instance.NextNode

instance.NextNode = value

Syntax

'Declaration
Public Property NextNode As XObject
public XObject NextNode { get; set; }
public:
property XObject^ NextNode {
    XObject^ get ();
    void set (XObject^ value);
}
/** @property */
public XObject get_NextNode ()

/** @property */
public void set_NextNode (XObject value)
public function get NextNode () : XObject

public function set NextNode (value : XObject)

Property Value

The next sibling tree node.

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

AddNodeChange Class
AddNodeChange Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12