SPFieldCollection.CreateSPFieldCallback 委托

允许回调以建立集中的字段。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Delegate Function CreateSPFieldCallback ( _
    fieldClassName As String, _
    collection As SPFieldCollection, _
    fieldName As String _
) As SPField
用法
Dim instance As New CreateSPFieldCallback(AddressOf HandlerMethod)
public delegate SPField CreateSPFieldCallback(
    string fieldClassName,
    SPFieldCollection collection,
    string fieldName
)

参数

  • fieldName
    类型:System.String

    正在与事件关联的对象的名称。

返回值

类型:Microsoft.SharePoint.SPField

备注

SPField对象表示的字段。

另请参阅

引用

Microsoft.SharePoint 命名空间