SPContentType.EventReceivers 属性

获取的内容类型的事件接收器定义的集合。

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

语法

声明
Public ReadOnly Property EventReceivers As SPEventReceiverDefinitionCollection
    Get
用法
Dim instance As SPContentType
Dim value As SPEventReceiverDefinitionCollection

value = instance.EventReceivers
public SPEventReceiverDefinitionCollection EventReceivers { get; }

属性值

类型:Microsoft.SharePoint.SPEventReceiverDefinitionCollection
事件接收器定义的集合。

备注

For more information about event receiver definitions, see Event Fundamentals.

另请参阅

引用

SPContentType 类

SPContentType 成员

Microsoft.SharePoint 命名空间

其他资源

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy