WindowPane::IVsWindowPane::CreatePaneWindow Method (IntPtr, Int32, Int32, Int32, Int32, IntPtr)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Creates a window pane. Obsolete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: [ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")] virtual int CreatePaneWindow( IntPtr hwndParent, int x, int y, int cx, int cy, [OutAttribute] IntPtr% hwnd ) sealed = IVsWindowPane::CreatePaneWindow
Parameters
- hwndParent
-
Type:
System::IntPtr
A pointer to the parent window.
- x
-
Type:
System::Int32
The absolute x ordinate.
- y
-
Type:
System::Int32
The absolute y ordinate.
- cx
-
Type:
System::Int32
The width of the window.
- cy
-
Type:
System::Int32
The height of the window.
- hwnd
-
Type:
System::IntPtr
[out] A pointer to the new window pane.
The T:Microsoft.VisualStudio.Shell.Interop.IVsWindowPane interface on this class is obsolete. Please use T:Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane instead.
Show: