Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Method information not provided.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function WndProc ( _
hwnd As IntPtr, _
iMsg As UInteger, _
wParam As IntPtr, _
lParam As IntPtr _
) As Integer
'Usage
Dim instance As VsTextTipWindowClass
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)
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
Parameters
- hwnd
Type: System.IntPtr
- iMsg
Type: System.UInt32
- wParam
Type: System.IntPtr
- lParam
Type: System.IntPtr
Return Value
Type: System.Int32
Implements
IVsTextTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.