SPFieldCollection.AddSPFieldCreatorDelegate method

Adds a SPField callback to the list of field creator delegates.

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

Syntax

'Declaration
Public Shared Sub AddSPFieldCreatorDelegate ( _
    callback As SPFieldCollection.CreateSPFieldCallback _
)
'Usage
Dim callback As SPFieldCollection.CreateSPFieldCallbackSPFieldCollection.AddSPFieldCreatorDelegate(callback)
public static void AddSPFieldCreatorDelegate(
    SPFieldCollection.CreateSPFieldCallback callback
)

Parameters

See also

Reference

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace