IVsUIWin32Element::Create Method (IntPtr, IntPtr)

 

Create the element as a child of the specified parent.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int Create(
	IntPtr parent,
	[OutAttribute] IntPtr% pHandle
)

Parameters

parent
Type: System::IntPtr

[in] The HWND of the parent window.

pHandle
Type: System::IntPtr

[out] Location to return the HWND of the created element.

Return Value

Type: System::Int32

Returns S_OK if the element was created.

Return to top
Show: