Condividi tramite


Proprietà NodeValueChange.OldValue

Ottiene il valore precedente del nodo.

Spazio dei nomi  Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Sintassi

'Dichiarazione
Public Property OldValue As String
    Get
    Set
'Utilizzo
Dim instance As NodeValueChange
Dim value As String

value = instance.OldValue

instance.OldValue = value
public string OldValue { get; set; }
public:
property String^ OldValue {
    String^ get ();
    void set (String^ value);
}
member OldValue : string with get, set
function get OldValue () : String
function set OldValue (value : String)

Valore proprietà

Tipo: System.String
Valore precedente del nodo.

Vedere anche

Riferimento

NodeValueChange Classe

Spazio dei nomi Microsoft.VisualStudio.XmlEditor