Udostępnij za pośrednictwem


Delegat ReportObject.SwapValue<T>

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Protected Delegate Sub SwapValue(Of T) ( _
    newValue As T, _
    <OutAttribute> ByRef oldValue As T _
)
'Użycie
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
Język JScript nie obsługuje ogólnych typów i metod.

Parametry typów

  • T

Parametry

  • newValue
    Typ: T
  • oldValue
    Typ: T%