Share via


BaseEditorPane.IVsWindowPane.CreatePaneWindow Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Private Function CreatePaneWindow ( _
    hwndParent As IntPtr, _
    x As Integer, _
    y As Integer, _
    cx As Integer, _
    cy As Integer, _
    <OutAttribute> ByRef hwnd As IntPtr _
) As Integer Implements IVsWindowPane.CreatePaneWindow
'Usage
Dim instance As BaseEditorPane
Dim hwndParent As IntPtr
Dim x As Integer
Dim y As Integer
Dim cx As Integer
Dim cy As Integer
Dim hwnd As IntPtr
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowPane).CreatePaneWindow(hwndParent, _
    x, y, cx, cy, hwnd)
int IVsWindowPane.CreatePaneWindow(
    IntPtr hwndParent,
    int x,
    int y,
    int cx,
    int cy,
    out IntPtr hwnd
)
private:
virtual int CreatePaneWindow(
    IntPtr hwndParent, 
    int x, 
    int y, 
    int cx, 
    int cy, 
    [OutAttribute] IntPtr% hwnd
) sealed = IVsWindowPane::CreatePaneWindow
JScript does not support explicit interface implementations.
private abstract CreatePaneWindow : 
        hwndParent:IntPtr * 
        x:int * 
        y:int * 
        cx:int * 
        cy:int * 
        hwnd:IntPtr -> int 
private override CreatePaneWindow : 
        hwndParent:IntPtr * 
        x:int * 
        y:int * 
        cx:int * 
        cy:int * 
        hwnd:IntPtr -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr%)

.NET Framework Security

See Also

Reference

BaseEditorPane Class

BaseEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace