VsSmartTagTipWindowClass.WndProc Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Декларация
Public Overridable Function WndProc ( _
hwnd As IntPtr, _
iMsg As UInteger, _
wParam As IntPtr, _
lParam As IntPtr, _
ByRef pLResult As Integer _
) As Integer
'Применение
Dim instance As VsSmartTagTipWindowClass
Dim hwnd As IntPtr
Dim iMsg As UInteger
Dim wParam As IntPtr
Dim lParam As IntPtr
Dim pLResult As Integer
Dim returnValue As Integer
returnValue = instance.WndProc(hwnd, iMsg, _
wParam, lParam, pLResult)
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
Parameters
- hwnd
Type: System.IntPtr
- iMsg
Type: System.UInt32
- wParam
Type: System.IntPtr
- lParam
Type: System.IntPtr
- pLResult
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsSmartTagTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32%)
.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.
See Also
Reference
VsSmartTagTipWindowClass Class