Delegat NotificationManager.GetNotificationParametersCallback
Wywołania zwrotnego, aby umożliwić dostawcy powiadomienie dostosować parametry z okna które mówienia do wersji.
Przestrzeń nazw: Microsoft.TeamFoundation.Client
Zestaw: Microsoft.TeamFoundation.Client (w Microsoft.TeamFoundation.Client.dll)
Składnia
'Deklaracja
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
)
Parametry
- notification
Typ: Microsoft.TeamFoundation.Client.Internal.Notification
- windowFlags
Typ: System.UInt32
- userData
Typ: System.Object
- wParam
Typ: System.IntPtr%
- lParam
Typ: System.IntPtr%
Wartość zwracana
Typ: System.Boolean