Compartir a través de


VsSplitRootClass.GetWindowHandle (Método)

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

Sintaxis

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

Parámetros

  • phwnd
    Tipo: IntPtr%

    [out]

Valor devuelto

Tipo: Int32

Implementaciones

IVsSplitRoot.GetWindowHandle(IntPtr%)

Seguridad de .NET Framework

Vea también

Referencia

VsSplitRootClass Clase

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