다음을 통해 공유


ReportObject.SwapValue(T) 대리자

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Protected Delegate Sub SwapValue(Of T) ( _
    newValue As T, _
    <OutAttribute> ByRef oldValue As T _
)
‘사용 방법
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는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T

매개 변수

  • newValue
    유형: T
  • oldValue
    유형: T%