NodeValueChange.OldValue Property
Gets the old value of the node.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Syntax
public string OldValue { get; set; }
public:
property String^ OldValue {
String^ get();
void set(String^ value);
}
member OldValue : string with get, set
Public Property OldValue As String
Property Value
Type: System.String
The old value of the node.
Examples
See Also
NodeValueChange Class
Microsoft.VisualStudio.XmlEditor Namespace
Return to top