Proprietà NodeValueChange.NewValue
Ottiene il nuovo valore del nodo.
Spazio dei nomi Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Sintassi
'Dichiarazione
Public Property NewValue As String
Get
Set
'Utilizzo
Dim instance As NodeValueChange
Dim value As String
value = instance.NewValue
instance.NewValue = value
public string NewValue { get; set; }
public:
property String^ NewValue {
String^ get ();
void set (String^ value);
}
member NewValue : string with get, set
function get NewValue () : String
function set NewValue (value : String)
Valore proprietà
Tipo: System.String
Nuovo valore del nodo.