SPFieldCollection.AddSPFieldCreatorDelegate Method

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Delegate)> _
Public Shared Sub AddSPFieldCreatorDelegate ( _
    callback As SPFieldCollection.CreateSPFieldCallback _
)
'Usage
Dim callback As SPFieldCollection.CreateSPFieldCallbackSPFieldCollection.AddSPFieldCreatorDelegate(callback)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Delegate)]
public static void AddSPFieldCreatorDelegate(
    SPFieldCollection.CreateSPFieldCallback callback
)

Parameters

See Also

Reference

SPFieldCollection Class

SPFieldCollection Members

Microsoft.SharePoint Namespace