NodeNameChange Class

 

Represents node name change 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.NodeNameChange

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod NodeNameChange(XObject)

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

Gets the new name of the node.

System_CAPS_pubproperty Node

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

System_CAPS_pubproperty OldName

Gets the old name of the node.

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