EventHandlerCollection 类

表示EventHandler对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<EventHandler>
        Microsoft.ProjectServer.Client.EventHandlerCollection

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

语法

声明
<ScriptTypeAttribute("PS.EventHandlerCollection", ServerTypeId := "{75b6a163-cb27-4513-9bec-47d8e4804a06}")> _
Public Class EventHandlerCollection _
    Inherits ClientObjectCollection(Of EventHandler)
用法
Dim instance As EventHandlerCollection
[ScriptTypeAttribute("PS.EventHandlerCollection", ServerTypeId = "{75b6a163-cb27-4513-9bec-47d8e4804a06}")]
public class EventHandlerCollection : ClientObjectCollection<EventHandler>

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

EventHandlerCollection 成员

Microsoft.ProjectServer.Client 命名空间

EventHandler

EventHandlerCreationInformation

EventHandlers