ReportObject.SwapValue<T> 委派
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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%