Partager via


KeyDeserializer - Délégué

Un délégué représentant une méthode pour désérialiser une clé.

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

Syntaxe

'Déclaration
Public Delegate Function KeyDeserializer ( _
    key As String _
) As Object
'Utilisation
Dim instance As New KeyDeserializer(AddressOf HandlerMethod)
public delegate Object KeyDeserializer(
    string key
)

Paramètres

Valeur renvoyée

Type : System.Object
Un System.Object.

Voir aussi

Référence

Microsoft.SharePoint.JSGrid - Espace de noms