XmlEventArgs.OldValue 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 valeur d'origine du nœud modifié.
public:
abstract property System::String ^ OldValue { System::String ^ get(); };
public abstract string OldValue { get; }
member this.OldValue : string
Public MustOverride ReadOnly Property OldValue As String
Valeur de propriété
Valeur d'origine du nœud modifié.
Remarques
La propriété OldValue renvoie la valeur d'origine du nœud qui sera remplacée par une nouvelle valeur ou supprimée. Pour obtenir la nouvelle valeur du nœud, utilisez la NewValue propriété .
Vous pouvez accéder à ce membre sans restrictions.
Vous pouvez accéder à ce type ou à ce membre à partir du code exécuté dans les formulaires ouverts dans Microsoft InfoPath Filler ou dans un navigateur web.