Share via


NodeValueChange.NewValue Property

 

Get the new value of the node.

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

Syntax

public string NewValue { get; set; }
public:
property String^ NewValue {
    String^ get();
    void set(String^ value);
}
member NewValue : string with get, set
Public Property NewValue As String

Property Value

Type: System.String

The new value of the node.

Examples

See Also

NodeValueChange Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top