Partilhar via


Delegação ReportObject.SwapValue(T)

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do 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%