Share via


NotificationManager.GetNotificationParametersCallback デリゲート

これらはに言うと、ウィンドウのバージョンに基づいてパラメーターをカスタマイズするようにプロバイダーに通知するコールバックです。

名前空間:  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
)

パラメーター

戻り値

型 : System.Boolean

参照

関連項目

Microsoft.TeamFoundation.Client 名前空間