EditorControl.CreatePaneWindow Method

Creates the window.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Overrides Function CreatePaneWindow ( _
    hwndParent As IntPtr, _
    x As Integer, _
    y As Integer, _
    cx As Integer, _
    cy As Integer, _
    <OutAttribute> ByRef hwnd As IntPtr _
) As Integer
'Usage
Dim instance As EditorControl 
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 = instance.CreatePaneWindow(hwndParent, _
    x, y, cx, cy, hwnd)
public override int CreatePaneWindow(
    IntPtr hwndParent,
    int x,
    int y,
    int cx,
    int cy,
    out IntPtr hwnd
)
public:
virtual int CreatePaneWindow(
    IntPtr hwndParent, 
    int x, 
    int y, 
    int cx, 
    int cy, 
    [OutAttribute] IntPtr% hwnd
) override
public override function CreatePaneWindow(
    hwndParent : IntPtr, 
    x : int, 
    y : int, 
    cx : int, 
    cy : int, 
    hwnd : IntPtr
) : int

Parameters

  • hwnd
    Type: System.IntPtr%

    [out] Returns a pointer to the new window pane.

Return Value

Type: System.Int32
S_OK.

Implements

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

.NET Framework Security

See Also

Reference

EditorControl Class

EditorControl Members

Microsoft.VisualStudio.Package Namespace