NodeNameChange Class

 

Represents node name change operations.

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

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

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

NameDescription
System_CAPS_pubmethodNodeNameChange(XObject^)

Initializes a new instance of the NodeNameChange class.

NameDescription
System_CAPS_pubpropertyAction

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

System_CAPS_pubpropertyNewName

Gets the new name of the node.

System_CAPS_pubpropertyNode

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

System_CAPS_pubpropertyOldName

Gets the old name of the node.

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: