NotificationManager.GetNotificationParametersCallback 委派
允許告知提供者的回呼自訂根據交談 Windows 版本的參數。
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
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
)
參數
- notification
型別:Microsoft.TeamFoundation.Client.Internal.Notification
- windowFlags
型別:System.UInt32
- userData
型別:System.Object
- wParam
型別:System.IntPtr%
- lParam
型別:System.IntPtr%