IVsInsertionUI::GetWindowHandle Method (IntPtr)

 

Gets the window handle.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int GetWindowHandle(
	[OutAttribute] IntPtr% hwnd
)

Parameters

hwnd
Type: System::IntPtr

[out] The window handle.

Return Value

Type: System::Int32

Returns S_OK if the method is successful.

Return to top
Show: