Share via


SPFieldCollection.CreateSPFieldCallback delegate

Permite que um retorno de chamada a ser estabelecida para um campo dentro de uma coleção.

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

Syntax

'Declaração
Public Delegate Function CreateSPFieldCallback ( _
    fieldClassName As String, _
    collection As SPFieldCollection, _
    fieldName As String _
) As SPField
'Uso
Dim instance As New CreateSPFieldCallback(AddressOf HandlerMethod)
public delegate SPField CreateSPFieldCallback(
    string fieldClassName,
    SPFieldCollection collection,
    string fieldName
)

Parâmetros

  • fieldName
    Type: System.String

    O nome do objeto que está sendo associado a um evento.

Valor retornado

Type: Microsoft.SharePoint.SPField

Comentários

Um objeto SPField que representa o campo.

Ver também

Referência

Microsoft.SharePoint namespace