EventHandlerCollection.GetByGuid 方法
事件处理程序从集合中获取具有指定 GUID。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetByGuid ( _
uid As Guid _
) As EventHandler
用法
Dim instance As EventHandlerCollection
Dim uid As Guid
Dim returnValue As EventHandler
returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public EventHandler GetByGuid(
Guid uid
)
参数
uid
类型:System.Guid一个GUID的值。
返回值
类型:Microsoft.ProjectServer.Client.EventHandler
一个EventHandler对象。