Compartir a través de


Delegado ReportObject.SwapValue<T>

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T

Parámetros

  • newValue
    Tipo: T
  • oldValue
    Tipo: T%

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel