共用方式為


NativeMethods.WndProc 委派

這個型別具有 SecurityCriticalAttribute 屬性,因此只能由 .NET Framework for Silverlight 類別庫使用。如果應用程式程式碼使用這個型別的任何成員,都會擲回 MethodAccessException。

命名空間:  Microsoft.TeamFoundation.Common.Internal
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
Public Delegate Function WndProc ( _
    hWnd As IntPtr, _
    msg As Integer, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As IntPtr
public delegate IntPtr WndProc(
    IntPtr hWnd,
    int msg,
    IntPtr wParam,
    IntPtr lParam
)

參數

傳回值

型別:System.IntPtr

請參閱

參考

Microsoft.TeamFoundation.Common.Internal 命名空間