Share via


NotificationManager.GetNotificationParametersCallback, délégué

Rappel pour permettre au fournisseur de notification pour personnaliser les paramètres selon la version de la fenêtre qu'elles parlent à.

Espace de noms :  Microsoft.TeamFoundation.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public Delegate Function GetNotificationParametersCallback ( _
    notification As Notification, _
    windowFlags As UInteger, _
    userData As Object, _
    ByRef wParam As IntPtr, _
    ByRef lParam As IntPtr _
) As Boolean
public delegate bool GetNotificationParametersCallback(
    Notification notification,
    uint windowFlags,
    Object userData,
    ref IntPtr wParam,
    ref IntPtr lParam
)

Paramètres

  • notification
    Type : Notification

Valeur de retour

Type : System.Boolean

Voir aussi

Référence

Microsoft.TeamFoundation.Client, espace de noms