VisitPropertyObject デリゲート
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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 はデリゲートの使用をサポートしていますが、新規の宣言はサポートしていません。