다음을 통해 공유


VsMethodTipWindowClass.WndProc 메서드

방법 정보를 제공 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function WndProc ( _
    hwnd As IntPtr, _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer
public virtual int WndProc(
    IntPtr hwnd,
    uint iMsg,
    IntPtr wParam,
    IntPtr lParam
)
public:
virtual int WndProc(
    [InAttribute] IntPtr hwnd, 
    [InAttribute] unsigned int iMsg, 
    [InAttribute] IntPtr wParam, 
    [InAttribute] IntPtr lParam
)
abstract WndProc : 
        hwnd:IntPtr * 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr -> int  
override WndProc : 
        hwnd:IntPtr * 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr -> int
public function WndProc(
    hwnd : IntPtr, 
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr
) : int

매개 변수

  • hwnd
    형식: IntPtr

     

  • iMsg
    형식: UInt32

     

  • wParam
    형식: IntPtr

     

  • lParam
    형식: IntPtr

반환 값

형식: Int32

구현

IVsMethodTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr)

.NET Framework 보안

참고 항목

참조

VsMethodTipWindowClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스