Partager via


Délégué VisitPropertyObject

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a property object to visit.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Delegate Sub VisitPropertyObject ( _
    propertyIndex As Integer, _
    value As Object _
)
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

  • propertyIndex
    Type : System.Int32
    The index of the property.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel