다음을 통해 공유


IVsMethodTipWindow.WndProc Method

Method information not provided. Do not use this method.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

‘선언
Function WndProc ( _
    hwnd As IntPtr, _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer
‘사용 방법
Dim instance As IVsMethodTipWindow
Dim hwnd As IntPtr
Dim iMsg As UInteger
Dim wParam As IntPtr
Dim lParam As IntPtr
Dim returnValue As Integer

returnValue = instance.WndProc(hwnd, iMsg, _
    wParam, lParam)
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

Parameters

Return Value

Type: System.Int32

Implements

IVsTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr)

.NET Framework Security

See Also

Reference

IVsMethodTipWindow Interface

IVsMethodTipWindow Members

Microsoft.VisualStudio.TextManager.Interop Namespace