Поделиться через


VsSplitRootClass.GetWindowHandle - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
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

Параметры

  • phwnd
    Тип: IntPtr%

    [out]

Возвращаемое значение

Тип: Int32

Реализации

IVsSplitRoot.GetWindowHandle(IntPtr%)

Безопасность платформы .NET Framework

См. также

Ссылки

VsSplitRootClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен