NodeValueChange.NewValue Property

Get the new value of the node.

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

Usage

'Usage
Dim instance As NodeValueChange
Dim value As String

value = instance.NewValue

instance.NewValue = value

Syntax

'Declaration
Public Property NewValue As String
public string NewValue { get; set; }
public:
property String^ NewValue {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_NewValue ()

/** @property */
public void set_NewValue (String value)
public function get NewValue () : String

public function set NewValue (value : String)

Property Value

The new value of the node.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

NodeValueChange Class
NodeValueChange Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12