Compartir a través de


IVsSplitRoot.GetWindowHandle (Método)

Obtiene el identificador de la ventana.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.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] el identificador de ventana.

Valor devuelto

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

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsSplitRoot::GetWindowHandle(
   [out] HWND *phwnd
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSplitRoot Interfaz

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