Share via


AddNodeChange Class

 

Represents node insert operations.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.XmlEditor.XmlModelChange
    Microsoft.VisualStudio.XmlEditor.AddNodeChange

Syntax

[CLSCompliantAttribute(false)]
public class AddNodeChange : XmlModelChange
[CLSCompliantAttribute(false)]
public ref class AddNodeChange : XmlModelChange
[<CLSCompliantAttribute(false)>]
type AddNodeChange = 
    class
        inherit XmlModelChange
    end
<CLSCompliantAttribute(False)>
Public Class AddNodeChange
    Inherits XmlModelChange

Constructors

Name Description
System_CAPS_pubmethod AddNodeChange(XObject)

Initializes a new instance of the AddNodeChange class.

Properties

Name Description
System_CAPS_pubproperty Action

Gets the type of change that was made to the node.(Inherited from XmlModelChange.)

System_CAPS_pubproperty NextNode

Gets or sets the next sibling tree node.

System_CAPS_pubproperty Node

Gets the node that was changed.(Inherited from XmlModelChange.)

System_CAPS_pubproperty Parent

Gets the parent of the node that was changed.(Inherited from XmlModelChange.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.VisualStudio.XmlEditor Namespace

Return to top