Delegado ReportObject.SwapValue(T)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Delegate Sub SwapValue(Of T) ( _
newValue As T, _
<OutAttribute> ByRef oldValue As T _
)
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
Parâmetros
- newValue
Tipo: T
- oldValue
Tipo: T%