SPEventReceiverDefinitionCreationInformation 类
此类或成员仅供内部使用,不适合在您的代码中使用。表示创建客户端事件接收器定义时,可以设置的属性。
继承层次结构
System.Object
Microsoft.SharePoint.SPEventReceiverDefinitionCreationInformation
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Class SPEventReceiverDefinitionCreationInformation
用法
Dim instance As SPEventReceiverDefinitionCreationInformation
public class SPEventReceiverDefinitionCreationInformation
备注
SPEventReceiverDefinitionCreationInformation是以支持客户端 Api 中的功能而实现的。在服务器端代码中,使用SPEventReceiverDefinitionCollection对象中的添加方法来创建一个SPEventReceiverDefinition对象。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。