EventReceiverDefinitionCollection.GetById método
Retorna o receptor de evento com o identificador especificado.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetById ( _
eventReceiverId As Guid _
) As EventReceiverDefinition
'Uso
Dim instance As EventReceiverDefinitionCollection
Dim eventReceiverId As Guid
Dim returnValue As EventReceiverDefinition
returnValue = instance.GetById(eventReceiverId)
public EventReceiverDefinition GetById(
Guid eventReceiverId
)
Parâmetros
eventReceiverId
Tipo: System.GuidO identificador do receptor do evento.
Valor retornado
Tipo: Microsoft.SharePoint.Client.EventReceiverDefinition
A definição de receptor de evento.
Ver também
Referência
EventReceiverDefinitionCollection classe