NodeNameChange Class
Visual Studio 2015
Represents node name change operations.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
System::Object
Microsoft.VisualStudio.XmlEditor::XmlModelChange
Microsoft.VisualStudio.XmlEditor::NodeNameChange
Microsoft.VisualStudio.XmlEditor::XmlModelChange
Microsoft.VisualStudio.XmlEditor::NodeNameChange
| Name | Description | |
|---|---|---|
![]() | NodeNameChange(XObject^) | Initializes a new instance of the NodeNameChange class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the type of change that was made to the node.(Inherited from XmlModelChange.) |
![]() | NewName | Gets the new name of the node. |
![]() | Node | Gets the node that was changed.(Inherited from XmlModelChange.) |
![]() | OldName | Gets the old name of the node. |
![]() | Parent | Gets the parent of the node that was changed.(Inherited from XmlModelChange.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


