SPList.EventSinkAssembly 属性
请注意:此 API 现在已过时。
获取或设置为文档库事件提供事件处理程序的Windows SharePoint Services 2.0全局程序集缓存中的文件的强名称。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use V3 style events")> _
Public Property EventSinkAssembly As String
Get
Set
用法
Dim instance As SPList
Dim value As String
value = instance.EventSinkAssembly
instance.EventSinkAssembly = value
[ObsoleteAttribute("Use V3 style events")]
public string EventSinkAssembly { get; set; }
属性值
类型:System.String
一个字符串,包含的程序集文件的名称。此属性设置不会影响Windows SharePoint Services 3.0事件。
备注
EventSinkAssembly属性仅应用与文档库或列表,派生自文档库并返回NotSupportedException异常,如果列表为既不文档库,也不从文档库中导出列表。
For more information about this property and about document library events, see Walkthrough: Handling Document Library Events.