RemoveNodeChange Class

 

Represents node removal operations.

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

System::Object
  Microsoft.VisualStudio.XmlEditor::XmlModelChange
    Microsoft.VisualStudio.XmlEditor::RemoveNodeChange

[CLSCompliantAttribute(false)]
public ref class RemoveNodeChange : XmlModelChange

NameDescription
System_CAPS_pubmethodRemoveNodeChange(XObject^)

Initializes a new instance of the RemoveNodeChange class.

NameDescription
System_CAPS_pubpropertyAction

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

System_CAPS_pubpropertyNextNode

Gets or sets the next sibling tree node.

System_CAPS_pubpropertyNode

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

System_CAPS_pubpropertyParent

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: