次の方法で共有


VisitPropertyObject デリゲート

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

訪問するプロパティ オブジェクトを表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Delegate Sub VisitPropertyObject ( _
    propertyIndex As Integer, _
    value As Object _
)
'使用
Dim instance As New VisitPropertyObject(AddressOf HandlerMethod)
public delegate void VisitPropertyObject(
    int propertyIndex,
    Object value
)
public delegate void VisitPropertyObject(
    int propertyIndex, 
    Object^ value
)
type VisitPropertyObject = 
    delegate of  
        propertyIndex:int * 
        value:Object -> unit
JScript はデリゲートの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • propertyIndex
    型: System.Int32
    プロパティのインデックスです。

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間