Delegat VisitPropertyObject
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Delegate Sub VisitPropertyObject ( _
propertyIndex As Integer, _
value As Object _
)
'Użycie
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
Język JScript obsługuje używanie obiektów delegowanych, ale nie obsługuje deklarowania nowych.