XmlNodeChangedEventArgs.NewValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la nouvelle valeur du nœud.
public:
property System::String ^ NewValue { System::String ^ get(); };
public string NewValue { get; }
public string? NewValue { get; }
member this.NewValue : string
Public ReadOnly Property NewValue As String
Valeur de propriété
Nouvelle valeur du nœud. Cette propriété retourne null
si le nœud n'est ni un attribut ni un nœud de texte, ou si le nœud est supprimé.
En cas d'appel dans un événement NodeChanging, NewValue
retourne la valeur du nœud si la modification réussit. En cas d'appel dans un événement NodeChanged, NewValue
retourne la valeur actuelle du nœud.