del método EventReceiverDefinitionCollection.Add

Crea una definición de receptor de eventos remotos en la colección que se basa en la información de creación de receptor de eventos especificado.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Function Add ( _
    eventReceiverCreationInformation As EventReceiverDefinitionCreationInformation _
) As EventReceiverDefinition
'Uso
Dim instance As EventReceiverDefinitionCollection
Dim eventReceiverCreationInformation As EventReceiverDefinitionCreationInformation
Dim returnValue As EventReceiverDefinition

returnValue = instance.Add(eventReceiverCreationInformation)
public EventReceiverDefinition Add(
    EventReceiverDefinitionCreationInformation eventReceiverCreationInformation
)

Parámetros

Valor devuelto

Tipo: Microsoft.SharePoint.Client.EventReceiverDefinition
El receptor de evento definido.

Vea también

Referencia

clase EventReceiverDefinitionCollection

Miembros EventReceiverDefinitionCollection

Espacio de nombres Microsoft.SharePoint.Client