RemoveNodeChange Class

 

Represents node removal 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.RemoveNodeChange

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod RemoveNodeChange(XObject)

Initializes a new instance of the RemoveNodeChange 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