Compartilhar via


XmlEventArgs.OldValue Propriedade

Definição

Obtém o valor original do nó que está sendo alterado.

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

Valor da propriedade

O valor original do nó que está sendo alterado.

Comentários

A propriedade OldValue retorna o valor original do nó que será substituído por um novo valor ou excluído. Para obter o novo valor do nó, use a NewValue propriedade.

This member can be accessed without restrictions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Aplica-se a