Delegado NotificationManager.GetNotificationParametersCallback
Retorno de chamada para permitir que o provedor de notificação personalizar os parâmetros com base na versão da janela que são especificamente a.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- notification
Tipo: Notification
- windowFlags
Tipo: System.UInt32
- userData
Tipo: System.Object
- wParam
Tipo: System.IntPtr%
- lParam
Tipo: System.IntPtr%
Valor de retorno
Tipo: System.Boolean