다음을 통해 공유


IVsTextTipWindow.WndProc 메서드

방법 정보를 제공 되지 않습니다.

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

구문

‘선언
Function WndProc ( _
    hwnd As IntPtr, _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer
int WndProc(
    IntPtr hwnd,
    uint iMsg,
    IntPtr wParam,
    IntPtr lParam
)
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
function WndProc(
    hwnd : IntPtr, 
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr
) : int

매개 변수

  • hwnd
    형식: IntPtr

     

  • iMsg
    형식: UInt32

     

  • wParam
    형식: IntPtr

     

  • lParam
    형식: IntPtr

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

IVsTextTipWindow 인터페이스

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