Compartir a través de


VsSmartTagTipWindowClass.WndProc (Método)

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

Sintaxis

'Declaración
Public Overridable Function WndProc ( _
    hwnd As IntPtr, _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr, _
    ByRef pLResult As Integer _
) As Integer
public virtual int WndProc(
    IntPtr hwnd,
    uint iMsg,
    IntPtr wParam,
    IntPtr lParam,
    ref int pLResult
)
public:
virtual int WndProc(
    [InAttribute] IntPtr hwnd, 
    [InAttribute] unsigned int iMsg, 
    [InAttribute] IntPtr wParam, 
    [InAttribute] IntPtr lParam, 
    int% pLResult
)
abstract WndProc : 
        hwnd:IntPtr * 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr * 
        pLResult:int byref -> int  
override WndProc : 
        hwnd:IntPtr * 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr * 
        pLResult:int byref -> int
public function WndProc(
    hwnd : IntPtr, 
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr, 
    pLResult : int
) : int

Parámetros

  • hwnd
    Tipo: IntPtr
  • iMsg
    Tipo: UInt32
  • wParam
    Tipo: IntPtr
  • lParam
    Tipo: IntPtr
  • pLResult
    Tipo: Int32%

Valor devuelto

Tipo: Int32

Implementaciones

IVsSmartTagTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

VsSmartTagTipWindowClass Clase

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