SPField.OnAddingToContentType 方法

处理字段添加到指定的内容类型时,发生此事件的事件。

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

语法

声明
Public Overridable Sub OnAddingToContentType ( _
    contentType As SPContentType _
)
用法
Dim instance As SPField
Dim contentType As SPContentType

instance.OnAddingToContentType(contentType)
public virtual void OnAddingToContentType(
    SPContentType contentType
)

参数

备注

在派生类中使用此方法时字段添加到内容类型提供自定义逻辑。

另请参阅

引用

SPField 类

SPField 成员

Microsoft.SharePoint 命名空间