次の方法で共有


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%

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間