Compartir a través de


IVsIntellisenseCompletor.GetWindowHandle (Método)

Obtiene un identificador de la ventana completor.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function GetWindowHandle ( _
    <OutAttribute> ByRef phwnd As IntPtr _
) As Integer
int GetWindowHandle(
    out IntPtr phwnd
)
int GetWindowHandle(
    [OutAttribute] IntPtr% phwnd
)
abstract GetWindowHandle : 
        phwnd:IntPtr byref -> int
function GetWindowHandle(
    phwnd : IntPtr
) : int

Parámetros

  • phwnd
    Tipo: IntPtr%

    [out] la ventana HWND.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseCompletor Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)