AsyncLocalValueChangedArgs<T>.PreviousValue Propiedad
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el valor anterior de los datos.
public:
property T PreviousValue { T get(); };
C#
public T PreviousValue { get; }
C#
public T? PreviousValue { get; }
member this.PreviousValue : 'T
Public ReadOnly Property PreviousValue As T
- T
Valor anterior de los datos.
Produto | Versións |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |
UWP | 10.0 |