SPList.EventSinkClass 属性

请注意:此 API 现在已过时。

获取或设置定义Windows SharePoint Services 2.0事件处理程序文档库事件的类的完全限定、 区分大小写的名称。

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

语法

声明
<ObsoleteAttribute("Use V3 style events")> _
Public Property EventSinkClass As String
    Get
    Set
用法
Dim instance As SPList
Dim value As String

value = instance.EventSinkClass

instance.EventSinkClass = value
[ObsoleteAttribute("Use V3 style events")]
public string EventSinkClass { get; set; }

属性值

类型:System.String
一个字符串,包含类的名称。此属性设置不会影响Windows SharePoint Services 3.0事件。

备注

EventSinkClass属性仅适用于文档库或派生自文档库的列表,并返回NotSupportedException异常,如果列表为既不文档库,也不从文档库的列表。

For more information about this property and about document library events, see Walkthrough: Handling Document Library Events.

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间