Share via


NodeValueChange Constructor (XObject)

 

Initializes a new instance of the NodeValueChange class.

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

Syntax

public NodeValueChange(
    XObject node
)
public:
NodeValueChange(
    XObject^ node
)
new : 
        node:XObject -> NodeValueChange
Public Sub New (
    node As XObject
)

Parameters

Examples

See Also

NodeValueChange Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top