RemoveNodeChange Constructor (XObject)
Initializes a new instance of the RemoveNodeChange class.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Syntax
public RemoveNodeChange(
XObject node
)
public:
RemoveNodeChange(
XObject^ node
)
new :
node:XObject -> RemoveNodeChange
Public Sub New (
node As XObject
)
Parameters
node
Type: System.Xml.Linq.XObjectThe node that was removed.
Examples
See Also
RemoveNodeChange Class
Microsoft.VisualStudio.XmlEditor Namespace
Return to top