Partager via


CellPropTypeIdRetriever - Délégué

Un délégué représentant une méthode pour récupérer l'identificateur de type de propriété associé à une cellule.

Espace de noms :  Microsoft.SharePoint.JSGrid
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Delegate Function CellPropTypeIdRetriever ( _
    recordKey As Object, _
    fieldKey As String _
) As String
'Utilisation
Dim instance As New CellPropTypeIdRetriever(AddressOf HandlerMethod)
public delegate string CellPropTypeIdRetriever(
    Object recordKey,
    string fieldKey
)

Paramètres

  • fieldKey
    Type : System.String

    La clé de cette cellule s'affiche dans le champ de.

Valeur renvoyée

Type : System.String
Chaîne correspondant à l'identificateur de type de propriété de la cellule.

Voir aussi

Référence

Microsoft.SharePoint.JSGrid - Espace de noms