ReportObject.SwapValue<T> Délégué
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.
Représente l’objet SwapValue'1.
protected: generic <typename T>
delegate void ReportObject::SwapValue(T newValue, [Runtime::InteropServices::Out] T % oldValue);
protected delegate void ReportObject.SwapValue<T>(T newValue, out T oldValue);
Protected Delegate Sub ReportObject.SwapValue(Of T)(newValue As T, ByRef oldValue As T)
Paramètres de type
- T
Type de la valeur.
Paramètres
- newValue
- T
Nouvelle valeur de l'objet.
- oldValue
- T
Ancienne valeur de l’objet.