XmlEventArgs.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 modifié.
public:
abstract property System::String ^ NewValue { System::String ^ get(); };
public abstract string NewValue { get; }
member this.NewValue : string
Public MustOverride ReadOnly Property NewValue As String
Valeur de propriété
Valeur remplaçant la valeur existante.
Remarques
La propriété NewValue contient la valeur du nœud qui remplacera la valeur existante. Pour obtenir la valeur d’origine du nœud, utilisez la OldValue 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.