Udostępnij za pośrednictwem


Metoda IVsUIWin32Element.GetHandle — (IntPtr)

 

Zwraca HWND dla elementu.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

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
    [out] Lokalizacja do zwracania HWND.

Wartość zwracana

Type: System.Int32

Zwraca wartość S_OK, jeśli uchwyt został zwrócony.

Zobacz też

Interfejs IVsUIWin32Element
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku