Délégué ReportObject.SwapValue(T)
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Delegate Sub SwapValue(Of T) ( _
newValue As T, _
<OutAttribute> ByRef oldValue As T _
)
'Utilisation
Dim instance As New SwapValue(Of T)(AddressOf HandlerMethod)
protected delegate void SwapValue<T>(
T newValue,
out T oldValue
)
generic<typename T>
protected delegate void SwapValue(
T newValue,
[OutAttribute] T% oldValue
)
type SwapValue =
delegate of
newValue:'T *
oldValue:'T byref -> unit
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Paramètres
- newValue
Type : T
- oldValue
Type : T%