VsSmartTagTipWindowClass.WndProc, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
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
Paramètres
- hwnd
Type : IntPtr
- iMsg
Type : UInt32
- wParam
Type : IntPtr
- lParam
Type : IntPtr
- pLResult
Type : Int32%
Valeur de retour
Type : Int32
Implémentations
IVsSmartTagTipWindow.WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.