Compartir a través de


VsTextTipWindowClass.WndProc (Método)

Información del método no proporcionada.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • hwnd
    Tipo: IntPtr

     

  • iMsg
    Tipo: UInt32

     

  • wParam
    Tipo: IntPtr

     

  • lParam
    Tipo: IntPtr

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr)

Seguridad de .NET Framework

Vea también

Referencia

VsTextTipWindowClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)