Compartilhar via


EventHandlerCollection.GetByGuid método

Obtém um manipulador de eventos da coleção com a GUID especificada.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)

Sintaxe

'Declaração
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As EventHandler
'Uso
Dim instance As EventHandlerCollection
Dim uid As Guid
Dim returnValue As EventHandler

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public EventHandler GetByGuid(
    Guid uid
)

Parâmetros

Valor retornado

Tipo: Microsoft.ProjectServer.Client.EventHandler
Um objeto EventHandler .

Ver também

Referência

EventHandlerCollection classe

EventHandlerCollection membros

Microsoft.ProjectServer.Client namespace