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%