EventHandlerCollection.GetById 方法
获取事件处理程序元素从集合并使用对象 id。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As EventHandler
用法
Dim instance As EventHandlerCollection
Dim objectId As String
Dim returnValue As EventHandler
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public EventHandler GetById(
string objectId
)
参数
objectId
类型:System.String字符串形式的对象 ID。
返回值
类型:Microsoft.ProjectServer.Client.EventHandler
一个EventHandler对象。