Share via


CellPropTypeIdRetriever-Delegat

Ein Delegat, eine Methode darstellt, Abrufen die Eigenschaft Typ-ID einer Zelle zugeordnet werden soll.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Delegate Function CellPropTypeIdRetriever ( _
    recordKey As Object, _
    fieldKey As String _
) As String
'Usage
Dim instance As New CellPropTypeIdRetriever(AddressOf HandlerMethod)
public delegate string CellPropTypeIdRetriever(
    Object recordKey,
    string fieldKey
)

Parameter

  • fieldKey
    Typ: System.String

    Der Schlüssel des Feldes, das in dieser Zelle angezeigt wird.

Rückgabewert

Typ: System.String
Eine Zeichenfolge, die Typ-ID-Eigenschaft der Zelle entspricht.

Siehe auch

Referenz

Microsoft.SharePoint.JSGrid-Namespace