Delegato ReportObject.SwapValue<T>
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Delegate Sub SwapValue(Of T) ( _
newValue As T, _
<OutAttribute> ByRef oldValue As T _
)
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
Parametri
- newValue
Tipo: T
- oldValue
Tipo: T%