ReportObject.SwapValue(T) 대리자
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
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%