NodeValueChange Class

 

Represents node value change operations.

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

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

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

NameDescription
System_CAPS_pubmethodNodeValueChange(XObject^)

Initializes a new instance of the NodeValueChange class.

NameDescription
System_CAPS_pubpropertyAction

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

System_CAPS_pubpropertyNewValue

Get the new value of the node.

System_CAPS_pubpropertyNode

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

System_CAPS_pubpropertyOldValue

Gets the old value 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: