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 | |
|---|---|---|
![]() |
RemoveNodeChange(XObject) | Initializes a new instance of the RemoveNodeChange class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Action | Gets the type of change that was made to the node.(Inherited from XmlModelChange.) |
![]() |
NextNode | Gets or sets the next sibling tree node. |
![]() |
Node | Gets the node that was changed.(Inherited from XmlModelChange.) |
![]() |
Parent | Gets the parent of the node that was changed.(Inherited from XmlModelChange.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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
.gif)
.jpeg)
.gif)