Condividi tramite


Metodo HwndWrapper.WndProc

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Protected Overridable Function WndProc ( _
    hwnd As IntPtr, _
    msg As Integer, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As IntPtr
protected virtual IntPtr WndProc(
    IntPtr hwnd,
    int msg,
    IntPtr wParam,
    IntPtr lParam
)

Parametri

Valore restituito

Tipo: System.IntPtr

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HwndWrapper Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI