IVsUIWin32Element.GetHandle – metoda (IntPtr)
Vrátí HWND prvku.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
int GetHandle(
out IntPtr pHandle
)
int GetHandle(
[OutAttribute] IntPtr% pHandle
)
abstract GetHandle :
pHandle:nativeint byref -> int
Function GetHandle (
<OutAttribute> ByRef pHandle As IntPtr
) As Integer
Parametry
- pHandle
[výstup] Umístění HWND vrátit.
Vrácená hodnota
Type: System.Int32
S_OK vrátíte, pokud byl vrácen popisovač.
Viz také
IVsUIWin32Element – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek