EventReceiverDefinitionCollection.GetById - Méthode
Renvoie le récepteur d'événements avec l'identificateur spécifié.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetById ( _
eventReceiverId As Guid _
) As EventReceiverDefinition
'Utilisation
Dim instance As EventReceiverDefinitionCollection
Dim eventReceiverId As Guid
Dim returnValue As EventReceiverDefinition
returnValue = instance.GetById(eventReceiverId)
public EventReceiverDefinition GetById(
Guid eventReceiverId
)
Paramètres
eventReceiverId
Type : System.GuidL'identificateur du récepteur d'événements.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.EventReceiverDefinition
Définition de récepteur de l'événement.
Voir aussi
Référence
EventReceiverDefinitionCollection classe